aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/hil_ptr.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/mouse/hil_ptr.c')
-rw-r--r--drivers/input/mouse/hil_ptr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/input/mouse/hil_ptr.c b/drivers/input/mouse/hil_ptr.c
index 8e9421a643bc..6c67aa48afb8 100644
--- a/drivers/input/mouse/hil_ptr.c
+++ b/drivers/input/mouse/hil_ptr.c
@@ -259,8 +259,6 @@ static int hil_ptr_connect(struct serio *serio, struct serio_driver *driver)
259 if (!ptr->dev) 259 if (!ptr->dev)
260 goto bail0; 260 goto bail0;
261 261
262 ptr->dev->private = ptr;
263
264 if (serio_open(serio, driver)) 262 if (serio_open(serio, driver))
265 goto bail1; 263 goto bail1;
266 264