]> asedeno.scripts.mit.edu Git - linux.git/commit
misc: apds9802als: constify i2c_device_id
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Mon, 21 Aug 2017 16:43:25 +0000 (22:13 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Aug 2017 14:55:49 +0000 (16:55 +0200)
commit006dbb38d7469d7465b4ffcbf5beac961cee70df
treec6e37b8d1f47f2f1245a72c1af4aefe948bf27d0
parentb8dbb5024b5e62704caac6915f0f5f33448b8b05
misc: apds9802als: 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/apds9802als.c