Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227104
b: refs/heads/master
c: f09830a
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Dmitry Torokhov committed Nov 22, 2010
1 parent cdcc22b commit 5d7a0b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ebcc019926269e7e123d55ec92ff00c2688ca343
refs/heads/master: f09830ab15bfb7eb4e832e44189b5b5883309811
8 changes: 3 additions & 5 deletions trunk/drivers/input/serio/ct82c710.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@ static int __devinit ct82c710_probe(struct platform_device *dev)

serio_register_port(ct82c710_port);

printk(KERN_INFO "serio: C&T 82c710 mouse port at %#llx irq %d\n",
(unsigned long long)CT82C710_DATA, CT82C710_IRQ);

return 0;
}

Expand Down Expand Up @@ -237,11 +240,6 @@ static int __init ct82c710_init(void)
if (error)
goto err_free_device;

serio_register_port(ct82c710_port);

printk(KERN_INFO "serio: C&T 82c710 mouse port at %#llx irq %d\n",
(unsigned long long)CT82C710_DATA, CT82C710_IRQ);

return 0;

err_free_device:
Expand Down

0 comments on commit 5d7a0b7

Please sign in to comment.