Re: [PATCH] reset: img: Make reset_control_ops const

2016-02-08 Thread James Hartley
On 02/08/16 13:28, Philipp Zabel wrote: The pistachio_reset_ops structure is never modified. Make it const. Signed-off-by: Philipp Zabel --- drivers/reset/reset-pistachio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/reset/reset-pistachio.c b/drivers/reset/res

[PATCH] reset: img: Make reset_control_ops const

2016-02-08 Thread Philipp Zabel
The pistachio_reset_ops structure is never modified. Make it const. Signed-off-by: Philipp Zabel --- drivers/reset/reset-pistachio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/reset/reset-pistachio.c b/drivers/reset/reset-pistachio.c index b31cdb0..72a97a1 100644