commit | bd42cd022e44c68254cedf5e04cbcc781dcceed8 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <garsilva@embeddedor.com> | Thu Jan 18 17:54:28 2018 -0600 |
committer | Kalle Valo <kvalo@codeaurora.org> | Tue Feb 27 18:14:11 2018 +0200 |
tree | dda9733323786dd7a4cd52612df720671b2f5689 | |
parent | 8100091d02487ff267af0d410ceb9eefebc8ea03 [diff] |
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>