Re: [PATCH 1/2] sh_eth: align usage of sh_eth_modify() with rest of driver

2017-02-01 Thread Sergei Shtylyov
Hello! On 02/01/2017 05:41 PM, Niklas Söderlund wrote: To be consistent with the rest of the driver when setting bits using sh_eth_modify() the same bit should also be cleared. This have no functional change and should have been done from the start. Signed-off-by: Niklas Söderlund Suggested-b

[PATCH 1/2] sh_eth: align usage of sh_eth_modify() with rest of driver

2017-02-01 Thread Niklas Söderlund
To be consistent with the rest of the driver when setting bits using sh_eth_modify() the same bit should also be cleared. This have no functional change and should have been done from the start. Signed-off-by: Niklas Söderlund Suggested-by: Sergei Shtylyov --- drivers/net/ethernet/renesas/sh_et