Commit 5ef2f7c2 authored by Colin Ian King's avatar Colin Ian King Committed by David Gibson
Browse files

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: default avatarColin Ian King <colin.king@canonical.com>
parent 302fca9f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment