diff options
Diffstat (limited to 'drivers/input/mouse')
-rw-r--r-- | drivers/input/mouse/hil_ptr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/input/mouse/hil_ptr.c b/drivers/input/mouse/hil_ptr.c index a648f9fe3d95..bfb564fd8fe2 100644 --- a/drivers/input/mouse/hil_ptr.c +++ b/drivers/input/mouse/hil_ptr.c | |||
@@ -233,9 +233,8 @@ static void hil_ptr_disconnect(struct serio *serio) | |||
233 | return; | 233 | return; |
234 | } | 234 | } |
235 | 235 | ||
236 | input_unregister_device(ptr->dev); | ||
237 | serio_close(serio); | 236 | serio_close(serio); |
238 | input_free_device(ptr->dev); | 237 | input_unregister_device(ptr->dev); |
239 | kfree(ptr); | 238 | kfree(ptr); |
240 | } | 239 | } |
241 | 240 | ||