HID: wiimote: make handlers[] const
authorIan Abbott <abbotti@mev.co.uk>
Fri, 4 Sep 2020 13:21:42 +0000 (14:21 +0100)
committerJiri Kosina <jkosina@suse.cz>
Mon, 7 Sep 2020 14:03:50 +0000 (16:03 +0200)
commitaeeba45a9df34a00113f96f9f52c45e250ff7b7d
treebb7497ce75f5c9a3097a2e2845d39322fe75bb7a
parentfc3abb53250a90ba2150eebd182137c136f4d25a
HID: wiimote: make handlers[] const

The `handlers[]` array contents are never modified, so use the `const`
qualifier.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Reviewed-by: David Rheinsberg <david.rheinsberg@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-wiimote-core.c