Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173766
b: refs/heads/master
c: ccabcd2
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Kosina committed Oct 13, 2009
1 parent f3c1a65 commit e10faa5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 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: 88adb72bcf3b1cc6b440fda9fa97bc2151245fc5
refs/heads/master: ccabcd2dbe08c3b44ebae18e43ba212dfcb706d1
1 change: 0 additions & 1 deletion trunk/drivers/hid/hid-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
* Version Information
*/

#define DRIVER_VERSION "v2.6"
#define DRIVER_DESC "HID core driver"
#define DRIVER_LICENSE "GPL"

Expand Down
4 changes: 1 addition & 3 deletions trunk/drivers/hid/usbhid/hid-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
* Version Information
*/

#define DRIVER_VERSION "v2.6"
#define DRIVER_DESC "USB HID core driver"
#define DRIVER_LICENSE "GPL"

Expand Down Expand Up @@ -1394,8 +1393,7 @@ static int __init hid_init(void)
retval = usb_register(&hid_driver);
if (retval)
goto usb_register_fail;
printk(KERN_INFO KBUILD_MODNAME ": " DRIVER_VERSION ":"
DRIVER_DESC "\n");
printk(KERN_INFO KBUILD_MODNAME ": " DRIVER_DESC "\n");

return 0;
usb_register_fail:
Expand Down

0 comments on commit e10faa5

Please sign in to comment.