Re: [PATCH] HID: google: drop superfluous const before SIMPLE_DEV_PM_OPS()

2018-10-09 Thread Dmitry Torokhov
On Tue, Oct 9, 2018 at 1:48 AM Jiri Kosina wrote: > > From: Jiri Kosina > > SIMPLE_DEV_PM_OPS() already implies const for the type; drop the extra > modifier. > > Fixes: eb1aac4c8744f75460c34d71b0c73bebf3e8ee5c ("HID: google: add support > tablet mode switch for Whiskers") > Signed-off-by: Jiri

[PATCH] HID: google: drop superfluous const before SIMPLE_DEV_PM_OPS()

2018-10-09 Thread Jiri Kosina
From: Jiri Kosina SIMPLE_DEV_PM_OPS() already implies const for the type; drop the extra modifier. Fixes: eb1aac4c8744f75460c34d71b0c73bebf3e8ee5c ("HID: google: add support tablet mode switch for Whiskers") Signed-off-by: Jiri Kosina --- In hid.git#for-4.20/google drivers/hid/hid-google-h