Re: [PATCH v1 4/9] extcon: extcon-ptn5150: Switch to BIT() for cable detach macro

2020-08-26 Thread Krzysztof Kozlowski
On Tue, Aug 18, 2020 at 02:57:22PM +0800, Ramuthevar,Vadivel MuruganX wrote: > From: Ramuthevar Vadivel Murugan > > Switch to BIT() macro for the cable detach. Squash it. Best regards, Krzysztof > > Signed-off-by: Ramuthevar Vadivel Murugan > > --- > drivers/extcon/extcon-ptn5150.c | 5 +--

[PATCH v1 4/9] extcon: extcon-ptn5150: Switch to BIT() for cable detach macro

2020-08-17 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Switch to BIT() macro for the cable detach. Signed-off-by: Ramuthevar Vadivel Murugan --- drivers/extcon/extcon-ptn5150.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/extcon/extcon-ptn5150.c b/drivers/extcon/extcon-ptn5150.c