Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11949
b: refs/heads/master
c: 995fc4d
h: refs/heads/master
i:
  11947: ad3ea65
v: v3
  • Loading branch information
Dmitry Torokhov committed Oct 31, 2005
1 parent 67fac9e commit 6a4ebab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 7972720aaa044d0bca40e2e1d4c176076a9f0e00
refs/heads/master: 995fc4df0bc8d88417742e4b1d17889fc64b6ef3
2 changes: 1 addition & 1 deletion trunk/drivers/input/input.c
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ static void input_register_classdevice(struct input_dev *dev)
"input%ld", (unsigned long) atomic_inc_return(&input_no) - 1);

path = kobject_get_path(&dev->cdev.class->subsys.kset.kobj, GFP_KERNEL);
printk(KERN_INFO "input: %s/%s as %s\n",
printk(KERN_INFO "input: %s as %s/%s\n",
dev->name ? dev->name : "Unspecified device",
path ? path : "", dev->cdev.class_id);
kfree(path);
Expand Down

0 comments on commit 6a4ebab

Please sign in to comment.