Amitoj Kaur Chawla 574dddc6d7 staging: vt6656: Prefer using BIT Macro
Replace bit shifting on 1 with the BIT(x) Macro

The semantic patch used to find this is:
@@ int g; @@

-(1 << g)
+BIT(g)

Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-10-16 23:05:17 -07:00
..
2015-10-16 23:05:17 -07:00
2014-07-16 13:30:32 -07:00
2014-07-18 16:11:28 -07:00
2014-07-27 09:03:44 -07:00