Re: [PATCH v2 net-next] net: dsa: lan9303: lan9303_csr_reg_wait cleanups

From: David Miller
Date: Tue Dec 26 2017 - 17:23:32 EST


From: Egil Hjelmeland <privat@xxxxxxxxxxxxxxxxxx>
Date: Thu, 21 Dec 2017 18:34:35 +0100

> Non-functional cleanups in lan9303_csr_reg_wait():
> - Change type of param 'mask' from int to u32.
> - Remove param 'value' (will probably never be used)
> - Reduced retries from 1000 to 25, consistent with lan9303_read_wait.
> - Removed comments
>
> Signed-off-by: Egil Hjelmeland <privat@xxxxxxxxxxxxxxxxxx>

Applied, thanks.