]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
staging: iio: tsl2x7x: constify i2c_device_id
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Mon, 21 Aug 2017 16:43:51 +0000 (22:13 +0530)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 3 Sep 2017 17:10:28 +0000 (18:10 +0100)
commit1405ddfbf10a4e3475babf533fca5f5f60dba2c8
tree97e97cd26d61882642a95131c8cde89c70743936
parentc3c198bd62509f2d633dde36344798c39d6e16e0
staging: iio: tsl2x7x: constify i2c_device_id

i2c_device_id are not supposed to change at runtime. All functions
working with i2c_device_id provided by <linux/i2c.h> work with
const i2c_device_id. So mark the non-const structs as const.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/staging/iio/light/tsl2x7x.c