commit | ce9d8562536f1289f7cb7afb1d4b2e0d27d2eb2c | [log] [tgz] |
---|---|---|
author | Mathieu OTHACEHE <m.othacehe@gmail.com> | Thu Feb 04 19:01:29 2016 +0100 |
committer | Johan Hovold <johan@kernel.org> | Sun Feb 28 14:36:53 2016 +0100 |
tree | b581d4b2b446f51489fdf0bd2275e0fc51a1eda9 | |
parent | 0f3083af5fde121abefddf70c84ba51455ae310f [diff] |
USB: serial: fix boolinit.cocci warnings Bool initializations should use true and false. Bool tests don't need comparisons. Also, use IS_ENABLED instead of ifdef. Generated by: scripts/coccinelle/misc/boolinit.cocci Signed-off-by: Mathieu OTHACEHE <m.othacehe@gmail.com> Signed-off-by: Johan Hovold <johan@kernel.org>