commit | c7743c428111912fffceb38b860024f7e33b3e3c | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | Sat Aug 04 19:04:53 2018 -0500 |
committer | Kalle Valo <kvalo@codeaurora.org> | Thu Aug 09 18:15:46 2018 +0300 |
tree | 2776cc5b72fdb40b2ba11be1ac8d09047ddda635 | |
parent | ad2e6d23bdadd7db7086c578f3c77f244d405b3b [diff] |
ssb: driver_gige: use true and false for boolean values Return statements in functions returning bool should use true or false instead of an integer value. This code was detected with the help of Coccinelle. Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Reviewed-by: Michael Buesch <m@bues.ch> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>