commit | eceef9a3f4459e84f214a83ac4c9905baca73832 | [log] [tgz] |
---|---|---|
author | Rehas Sachdeva <aquannie@gmail.com> | Tue Sep 20 16:46:05 2016 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 20 14:03:04 2016 +0200 |
tree | e7163a9083a71b5026e40958ee33ea2bd2326597 | |
parent | 03282179691330602ec5ab8223b741864452656c [diff] |
staging: rts5208: Use BIT(x) macro Replaces left shift operation (1 << x) by BIT(x). Issue found by checkpatch. Signed-off-by: Rehas Sachdeva <aquannie@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>