commit | 5ef2f7c2fa16320d01b66601f9147a10a38edcee | [log] [tgz] |
---|---|---|
author | Colin Ian King <[email protected]> | Mon Jan 12 12:46:56 2015 +0000 |
committer | David Gibson <[email protected]> | Tue Jan 13 16:28:25 2015 +1100 |
tree | d40146c78cd9e6c77a0c374da15b038809cda775 | |
parent | 302fca9f4c283e1994cf0a5a9ce1cf43ca15e6d2 [diff] |
dtc: Use va_end to match corresponding va_start Although on some systems va_end is a no-op, it is good practice to use va_end, especially since the manual states: "Each invocation of va_start() must be matched by a corresponding invocation of va_end() in the same function." Signed-off-by: Colin Ian King <[email protected]>