commit | 2c6b3b934787eb79257f826d0637d55a02a29c4b | [log] [tgz] |
---|---|---|
author | Wayne Porter <wporter82@gmail.com> | Tue Oct 11 21:56:38 2016 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Oct 16 10:26:56 2016 +0200 |
tree | 8b7bbdbc919ded20a9df91f63f3ac5b07dfd7aa3 | |
parent | 15794518d7849233aeb015bd99e02b777a68978b [diff] |
staging: rts5208: Prefer using BIT macro Replace all instances of (1 << x) with BIT(x) to satisfy checkpatch check messages Signed-off-by: Wayne Porter <wporter82@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>