Re: [PATCH] atm: idt77252: remove redundant bit-wise or'ing of zero

2018-02-23 Thread David Miller
From: Colin King Date: Fri, 23 Feb 2018 12:22:52 + > From: Colin Ian King > > Zero is being bit-wise or'd in a calculation twice; these are redundant > and can be removed. > > Signed-off-by: Colin Ian King

Re: [PATCH] atm: idt77252: remove redundant bit-wise or'ing of zero

2018-02-23 Thread David Miller
From: Colin King Date: Fri, 23 Feb 2018 12:22:52 + > From: Colin Ian King > > Zero is being bit-wise or'd in a calculation twice; these are redundant > and can be removed. > > Signed-off-by: Colin Ian King Applied.

[PATCH] atm: idt77252: remove redundant bit-wise or'ing of zero

2018-02-23 Thread Colin King
From: Colin Ian King Zero is being bit-wise or'd in a calculation twice; these are redundant and can be removed. Signed-off-by: Colin Ian King --- drivers/atm/idt77252.c | 12 1 file changed, 4 insertions(+), 8 deletions(-)

[PATCH] atm: idt77252: remove redundant bit-wise or'ing of zero

2018-02-23 Thread Colin King
From: Colin Ian King Zero is being bit-wise or'd in a calculation twice; these are redundant and can be removed. Signed-off-by: Colin Ian King --- drivers/atm/idt77252.c | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/drivers/atm/idt77252.c