diff options
author | Dmitry Torokhov <dtor@insightbb.com> | 2007-04-12 01:34:20 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2007-04-12 01:34:20 -0400 |
commit | b356872fa48a3f6b6f187444b0ea55e6e21c3575 (patch) | |
tree | b07658d166da4c32fd9801eb8d102b081fbea140 /drivers/input/keyboard/locomokbd.c | |
parent | 8715c1cfadf8cce24e79d254f95bd4a84c7741f0 (diff) |
Input: drivers/input/keyboard - don't access dev->private directly
Use input_get_drvdata() and input_set_drvdata() instead.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/keyboard/locomokbd.c')
-rw-r--r-- | drivers/input/keyboard/locomokbd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/keyboard/locomokbd.c b/drivers/input/keyboard/locomokbd.c index 2ade5186cc41..764f5ee764fa 100644 --- a/drivers/input/keyboard/locomokbd.c +++ b/drivers/input/keyboard/locomokbd.c | |||
@@ -231,7 +231,6 @@ static int locomokbd_probe(struct locomo_dev *dev) | |||
231 | input_dev->id.vendor = 0x0001; | 231 | input_dev->id.vendor = 0x0001; |
232 | input_dev->id.product = 0x0001; | 232 | input_dev->id.product = 0x0001; |
233 | input_dev->id.version = 0x0100; | 233 | input_dev->id.version = 0x0100; |
234 | input_dev->private = locomokbd; | ||
235 | 234 | ||
236 | input_dev->evbit[0] = BIT(EV_KEY) | BIT(EV_REP); | 235 | input_dev->evbit[0] = BIT(EV_KEY) | BIT(EV_REP); |
237 | input_dev->keycode = locomokbd->keycode; | 236 | input_dev->keycode = locomokbd->keycode; |