commit | a5eabae947af6f6e1f7c5c7a6eeb5fb691c100ba | [log] [tgz] |
---|---|---|
author | Amitoj Kaur Chawla <amitoj1606@gmail.com> | Sat Oct 17 21:20:00 2015 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Oct 17 09:03:16 2015 -0700 |
tree | 4aff88326d1da9703b6ea0603cf5a2f748bc0c36 | |
parent | 13d0580cd1eabceb1661049d8830d913d1e31098 [diff] |
staging: sm750fb: Prefer using BIT Macro Replace bit shifting on 1 with the BIT(x) Macro Problem found using checkpatch.pl WARNING: 'Prefer using the BIT macro' Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>