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

2020-08-26 Thread Ramuthevar, Vadivel MuruganX
Hi, On 26/8/2020 2:59 pm, Krzysztof Kozlowski wrote: On Tue, Aug 18, 2020 at 02:57:21PM +0800, Ramuthevar,Vadivel MuruganX wrote: From: Ramuthevar Vadivel Murugan Switch to BIT() macro for the cable attach. Squash it. Sure, will squash it and rebase over your patches then send it, thanks! B

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

2020-08-26 Thread Krzysztof Kozlowski
On Tue, Aug 18, 2020 at 02:57:21PM +0800, Ramuthevar,Vadivel MuruganX wrote: > From: Ramuthevar Vadivel Murugan > > Switch to BIT() macro for the cable attach. Squash it. > > Signed-off-by: Ramuthevar Vadivel Murugan > > --- > drivers/extcon/extcon-ptn5150.c | 4 +--- > 1 file changed, 1 in

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

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