commit | 1eba758e230d71bf6f5c6ce9dd0f995d2317feb4 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Jun 16 13:06:27 2017 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 23 10:38:05 2017 -0400 |
tree | 5528a0eee61def35f27b7f08bb97dcc4962fd2bf | |
parent | 910c793c9f63be2050b28da1251a046579ea77b5 [diff] |
post: Fix unused variable warning on lwmon5 The variable syndrome_codes is only used when DEBUG is define, add #if guards around it in the same style as the rest of the file. Cc: Stefan Roese <sr@denx.de> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Stefan Roese <sr@denx.de>