]> asedeno.scripts.mit.edu Git - linux.git/commit
ssb: driver_gige: use true and false for boolean values
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Sun, 5 Aug 2018 00:04:53 +0000 (19:04 -0500)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 9 Aug 2018 15:15:46 +0000 (18:15 +0300)
commitc7743c428111912fffceb38b860024f7e33b3e3c
tree2776cc5b72fdb40b2ba11be1ac8d09047ddda635
parentad2e6d23bdadd7db7086c578f3c77f244d405b3b
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>
drivers/ssb/driver_gige.c