ssb: return boolean instead of integer in ssb_dma_translation_special_bit
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Thu, 18 Jan 2018 23:54:28 +0000 (17:54 -0600)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 27 Feb 2018 16:14:11 +0000 (18:14 +0200)
commitbd42cd022e44c68254cedf5e04cbcc781dcceed8
treedda9733323786dd7a4cd52612df720671b2f5689
parent8100091d02487ff267af0d410ceb9eefebc8ea03
ssb: return boolean instead of integer in ssb_dma_translation_special_bit

Return statements in functions returning bool should use
true/false instead of 1/0.

This issue was detected with the help of Coccinelle.

Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/ssb/main.c