[PATCH/RFC net-next 3/5] ravb: do not write 1 to reserved bits

2018-04-17 Thread Simon Horman
From: Kazuya Mizuguchi This patch corrects writing 1 to reserved bits. The write value should be 0. Signed-off-by: Kazuya Mizuguchi Signed-off-by: Simon Horman --- drivers/net/ethernet/renesas/ravb.h | 12 drivers/net/ethernet/renesas/ravb_main.c | 9 + drivers/net/

Re: [PATCH/RFC net-next 3/5] ravb: do not write 1 to reserved bits

2018-04-17 Thread David Miller
From: Simon Horman Date: Tue, 17 Apr 2018 10:50:28 +0200 > From: Kazuya Mizuguchi > > This patch corrects writing 1 to reserved bits. > The write value should be 0. > > Signed-off-by: Kazuya Mizuguchi > Signed-off-by: Simon Horman How are we ending up in situations where the driver is tryin

Re: [PATCH/RFC net-next 3/5] ravb: do not write 1 to reserved bits

2018-04-21 Thread Sergei Shtylyov
Hello! On 04/17/2018 05:15 PM, David Miller wrote: >> From: Kazuya Mizuguchi >> >> This patch corrects writing 1 to reserved bits. >> The write value should be 0. >> >> Signed-off-by: Kazuya Mizuguchi >> Signed-off-by: Simon Horman > > How are we ending up in situations where the driver is tr

Re: [PATCH/RFC net-next 3/5] ravb: do not write 1 to reserved bits

2018-04-21 Thread Sergei Shtylyov
On 04/17/2018 11:50 AM, Simon Horman wrote: > From: Kazuya Mizuguchi > > This patch corrects writing 1 to reserved bits. > The write value should be 0. > > Signed-off-by: Kazuya Mizuguchi > Signed-off-by: Simon Horman > --- > drivers/net/ethernet/renesas/ravb.h | 12 > driv