commit | 508e8641f89cc89554adbec3ce59bcd28a4ced4b | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | Sat Aug 04 16:49:55 2018 -0500 |
committer | Mark Brown <broonie@kernel.org> | Mon Aug 06 12:35:12 2018 +0100 |
tree | faa4c444caa4fff0edceca128e30162447ade83a | |
parent | 038541dae968dbef99edca4b22bbb2a7b4afdc83 [diff] |
ASoC: rt5631: 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> Signed-off-by: Mark Brown <broonie@kernel.org>