Re: [PATCH] ravb: make mdiobb_ops const

2017-08-22 Thread Geert Uytterhoeven
On Tue, Aug 22, 2017 at 2:03 PM, Sergei Shtylyov wrote: > On 08/22/2017 11:08 AM, Bhumika Goyal wrote: >> Make these const as they are only stored in a const field of a >> mdiobb_ctrl structure. > >> Signed-off-by: Bhumika Goyal >> --- >>

Re: [PATCH] ravb: make mdiobb_ops const

2017-08-22 Thread Geert Uytterhoeven
On Tue, Aug 22, 2017 at 2:03 PM, Sergei Shtylyov wrote: > On 08/22/2017 11:08 AM, Bhumika Goyal wrote: >> Make these const as they are only stored in a const field of a >> mdiobb_ctrl structure. > >> Signed-off-by: Bhumika Goyal >> --- >> drivers/net/ethernet/renesas/ravb_main.c | 2 +- >>

Re: [PATCH] ravb: make mdiobb_ops const

2017-08-22 Thread Sergei Shtylyov
Hello! On 08/22/2017 11:08 AM, Bhumika Goyal wrote: Make these const as they are only stored in a const field of a mdiobb_ctrl structure. Signed-off-by: Bhumika Goyal --- drivers/net/ethernet/renesas/ravb_main.c | 2 +- drivers/net/ethernet/renesas/sh_eth.c| 2 +-

Re: [PATCH] ravb: make mdiobb_ops const

2017-08-22 Thread Sergei Shtylyov
Hello! On 08/22/2017 11:08 AM, Bhumika Goyal wrote: Make these const as they are only stored in a const field of a mdiobb_ctrl structure. Signed-off-by: Bhumika Goyal --- drivers/net/ethernet/renesas/ravb_main.c | 2 +- drivers/net/ethernet/renesas/sh_eth.c| 2 +- 2 files changed,

[PATCH] ravb: make mdiobb_ops const

2017-08-22 Thread Bhumika Goyal
Make these const as they are only stored in a const field of a mdiobb_ctrl structure. Signed-off-by: Bhumika Goyal --- drivers/net/ethernet/renesas/ravb_main.c | 2 +- drivers/net/ethernet/renesas/sh_eth.c| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff

[PATCH] ravb: make mdiobb_ops const

2017-08-22 Thread Bhumika Goyal
Make these const as they are only stored in a const field of a mdiobb_ctrl structure. Signed-off-by: Bhumika Goyal --- drivers/net/ethernet/renesas/ravb_main.c | 2 +- drivers/net/ethernet/renesas/sh_eth.c| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git