commit | 1fa802171fafae9f7a46ced622585692b8588f6d | [log] [tgz] |
---|---|---|
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | Fri Aug 18 17:09:50 2017 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Fri Aug 18 17:15:00 2017 -0700 |
tree | 4ffd988e89d1b0c239bdc8714db9ccad599432a1 | |
parent | 9780930ae602982bd1b9859c07b09c800ae12d04 [diff] |
Input: stowaway - 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 <arvind.yadav.cs@gmail.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>