commit | 32366fc9fe5a91c947e71616fb2b931442888fdd | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | Tue Jan 23 09:41:38 2018 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jan 24 08:49:51 2018 +0100 |
tree | 2c9bb5a2b30a76b73680d073379f9acc924bd849 | |
parent | 43618257fc1fa98bbd71d4ff10a61ddecdeb7c5e [diff] |
USB: misc: chaoskey: Use true and false for boolean values Assign true or false to boolean variables instead of an integer value. This issue was detected with the help of Coccinelle. Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Reviewed-by: Keith Packard <keithp@keithp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>