Re: [PATCH 4/5] i2c: st: Make of_device_id array const

2014-05-07 Thread Maxime Coquelin
Hi Jingoo, On 05/07/2014 11:01 AM, Jingoo Han wrote: Make of_device_id array const, because all OF functions handle it as const. Acked-by: Maxime Coquelin Signed-off-by: Jingoo Han --- drivers/i2c/busses/i2c-st.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dr

[PATCH 4/5] i2c: st: Make of_device_id array const

2014-05-07 Thread Jingoo Han
Make of_device_id array const, because all OF functions handle it as const. Signed-off-by: Jingoo Han --- drivers/i2c/busses/i2c-st.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/busses/i2c-st.c b/drivers/i2c/busses/i2c-st.c index 8720161..95b94767 100644 --