Re: [PATCH] rtl8150: switch to BIT macro

2019-05-09 Thread David Miller
From: Petko Manolov Date: Thu, 9 May 2019 17:34:41 +0300 > On 19-05-09 11:01:06, Oliver Neukum wrote: >> A bit of housekeeping switching the driver to the BIT() >> macro. > > Looks good. I hope you've at least compiled the driver? :) > > Acked-by: Petko Manolov net-next is closed for cleanup

Re: [PATCH] rtl8150: switch to BIT macro

2019-05-09 Thread Petko Manolov
On 19-05-09 11:01:06, Oliver Neukum wrote: > A bit of housekeeping switching the driver to the BIT() > macro. Looks good. I hope you've at least compiled the driver? :) Acked-by: Petko Manolov cheers, Petko > Signed-off-by: Oliver Neukum > --- > drivers/net/usb/rtl8150.c | 20 ++--

[PATCH] rtl8150: switch to BIT macro

2019-05-09 Thread Oliver Neukum
A bit of housekeeping switching the driver to the BIT() macro. Signed-off-by: Oliver Neukum --- drivers/net/usb/rtl8150.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/net/usb/rtl8150.c b/drivers/net/usb/rtl8150.c index 59dbdbb5feff..1ed85fba1