Re: [PATCH 09/35 linux-next] iio: constify of_device_id array

2015-03-21 Thread Jonathan Cameron
On 16/03/15 19:17, Fabian Frederick wrote: > of_device_id is always used as const. > (See driver.of_match_table and open firmware functions) > > Signed-off-by: Fabian Frederick Applied to the togreg branch of iio.git - initially pushed out as testing for the autobuilders to play with it. thanks

[PATCH 09/35 linux-next] iio: constify of_device_id array

2015-03-16 Thread Fabian Frederick
of_device_id is always used as const. (See driver.of_match_table and open firmware functions) Signed-off-by: Fabian Frederick --- drivers/iio/common/ssp_sensors/ssp_dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iio/common/ssp_sensors/ssp_dev.c b/drivers/iio/c