Skip to content

Commit 4f65858

Browse files
vicamoJiri Kosina
authored andcommitted
HID: i2c-hid: remove orphaned member sleep_delay
This was introduced in commit 00b790e ("HID: i2c-hid: Add a small delay after sleep command for Raydium touchpanel") which has been effectively reverted by commit 67b18df ("HID: i2c-hid: Remove runtime power management"). Signed-off-by: You-Sheng Yang <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 847120f commit 4f65858

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/hid/i2c-hid/i2c-hid-core.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,6 @@ struct i2c_hid {
157157

158158
bool irq_wake_enabled;
159159
struct mutex reset_lock;
160-
161-
unsigned long sleep_delay;
162160
};
163161

164162
static const struct i2c_hid_quirks {

0 commit comments

Comments
 (0)