Skip to content

Commit

Permalink
HID: i2c-hid: remove orphaned member sleep_delay
Browse files Browse the repository at this point in the history
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 <vicamo.yang@canonical.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
You-Sheng Yang authored and Jiri Kosina committed Nov 15, 2019
1 parent 847120f commit 4f65858
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/hid/i2c-hid/i2c-hid-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4f65858

Please sign in to comment.