extcon: Use BIT() macro for the left-shift operation
authorChanwoo Choi <cw00.choi@samsung.com>
Wed, 29 Mar 2017 10:18:36 +0000 (19:18 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 6 Apr 2017 02:12:45 +0000 (11:12 +0900)
commit70641a0a84e1ae3c6eee3d47ed5a482f85b11e3e
tree90578b5a9adda44594c6209ba2fe708b28783e1d
parentc42a880c3139cde603c5c83950ca7613aef7eedc
extcon: Use BIT() macro for the left-shift operation

This patch just uses the BIT() macro to make the code simple.

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon.c