[RESEND PATCH v3 06/30] mfd: cros_ec: use BIT macro

2019-06-03 Thread Gwendal Grignou
Replace (1 << ...) with BIT(). Acked-by: Enric Balletbo i Serra Acked-by: Benson Leung Reviewed-by: Fabien Lahoudere Signed-off-by: Gwendal Grignou --- include/linux/mfd/cros_ec_commands.h | 110 +-- 1 file changed, 55 insertions(+), 55 deletions(-) diff --git a/inclu

[PATCH v3 06/30] mfd: cros_ec: use BIT macro

2019-05-09 Thread Gwendal Grignou
Replace (1 << ...) with BIT(). Acked-by: Enric Balletbo i Serra Acked-by: Benson Leung Signed-off-by: Gwendal Grignou --- include/linux/mfd/cros_ec_commands.h | 110 +-- 1 file changed, 55 insertions(+), 55 deletions(-) diff --git a/include/linux/mfd/cros_ec_commands.h