Input: touchright - constify serio_device_id
authorArvind Yadav <[email protected]>
Sat, 19 Aug 2017 00:12:03 +0000 (17:12 -0700)
committerDmitry Torokhov <[email protected]>
Sat, 19 Aug 2017 00:15:36 +0000 (17:15 -0700)
commitef2bc04e74ec502688efb6c3a2b7f21adad61e95
tree472617b2dc3606d0804a3a7d3dbd87f609751ab6
parentb84704c323456c5d153e82691751dfb67262dd95
Input: touchright - constify serio_device_id

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

Signed-off-by: Arvind Yadav <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
drivers/input/touchscreen/touchright.c