HID: i2c-hid: remove orphaned member sleep_delay
authorYou-Sheng Yang <vicamo.yang@canonical.com>
Fri, 15 Nov 2019 05:36:46 +0000 (13:36 +0800)
committerJiri Kosina <jkosina@suse.cz>
Fri, 15 Nov 2019 12:16:05 +0000 (13:16 +0100)
This was introduced in commit 00b790ea545b ("HID: i2c-hid: Add a small
delay after sleep command for Raydium touchpanel") which has been
effectively reverted by commit 67b18dfb8cfc ("HID: i2c-hid: Remove
runtime power management").

Signed-off-by: You-Sheng Yang <vicamo.yang@canonical.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/i2c-hid/i2c-hid-core.c

index 04c0881..adfe344 100644 (file)
@@ -157,8 +157,6 @@ struct i2c_hid {
 
        bool                    irq_wake_enabled;
        struct mutex            reset_lock;
-
-       unsigned long           sleep_delay;
 };
 
 static const struct i2c_hid_quirks {