Re: [PATCH] fpga: make xlnx_pr_decoupler_br_ops const

2017-09-21 Thread Alan Tull
On Tue, Aug 29, 2017 at 11:09 AM, Moritz Fischer wrote: > On Tue, Aug 29, 2017 at 12:00 AM, Michal Simek > wrote: >> On 28.8.2017 19:32, Bhumika Goyal wrote: >>> Make this const as it is only passed to a const argument of the function >>>

Re: [PATCH] fpga: make xlnx_pr_decoupler_br_ops const

2017-09-21 Thread Alan Tull
On Tue, Aug 29, 2017 at 11:09 AM, Moritz Fischer wrote: > On Tue, Aug 29, 2017 at 12:00 AM, Michal Simek > wrote: >> On 28.8.2017 19:32, Bhumika Goyal wrote: >>> Make this const as it is only passed to a const argument of the function >>> fpga_bridge_register. >>> >>> Signed-off-by: Bhumika

Re: [PATCH] fpga: make xlnx_pr_decoupler_br_ops const

2017-08-29 Thread Moritz Fischer
On Tue, Aug 29, 2017 at 12:00 AM, Michal Simek wrote: > On 28.8.2017 19:32, Bhumika Goyal wrote: >> Make this const as it is only passed to a const argument of the function >> fpga_bridge_register. >> >> Signed-off-by: Bhumika Goyal Acked-by: Moritz

Re: [PATCH] fpga: make xlnx_pr_decoupler_br_ops const

2017-08-29 Thread Moritz Fischer
On Tue, Aug 29, 2017 at 12:00 AM, Michal Simek wrote: > On 28.8.2017 19:32, Bhumika Goyal wrote: >> Make this const as it is only passed to a const argument of the function >> fpga_bridge_register. >> >> Signed-off-by: Bhumika Goyal Acked-by: Moritz Fischer >> --- >>

Re: [PATCH] fpga: make xlnx_pr_decoupler_br_ops const

2017-08-29 Thread Michal Simek
On 28.8.2017 19:32, Bhumika Goyal wrote: > Make this const as it is only passed to a const argument of the function > fpga_bridge_register. > > Signed-off-by: Bhumika Goyal > --- > drivers/fpga/xilinx-pr-decoupler.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >

Re: [PATCH] fpga: make xlnx_pr_decoupler_br_ops const

2017-08-29 Thread Michal Simek
On 28.8.2017 19:32, Bhumika Goyal wrote: > Make this const as it is only passed to a const argument of the function > fpga_bridge_register. > > Signed-off-by: Bhumika Goyal > --- > drivers/fpga/xilinx-pr-decoupler.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[PATCH] fpga: make xlnx_pr_decoupler_br_ops const

2017-08-28 Thread Bhumika Goyal
Make this const as it is only passed to a const argument of the function fpga_bridge_register. Signed-off-by: Bhumika Goyal --- drivers/fpga/xilinx-pr-decoupler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/fpga/xilinx-pr-decoupler.c

[PATCH] fpga: make xlnx_pr_decoupler_br_ops const

2017-08-28 Thread Bhumika Goyal
Make this const as it is only passed to a const argument of the function fpga_bridge_register. Signed-off-by: Bhumika Goyal --- drivers/fpga/xilinx-pr-decoupler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/fpga/xilinx-pr-decoupler.c