Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326111
b: refs/heads/master
c: 7663e30
h: refs/heads/master
i:
  326109: 9660e90
  326107: 3bd2afd
  326103: 03d33a1
  326095: bbffdaf
  326079: f8af581
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 18, 2012
1 parent 12c0797 commit 26e5d29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 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: d9bb03dc89c1d63e307cb0bad60b5f6faa16af6f
refs/heads/master: 7663e3088dcf810435c644f73bd2909362b8dc49
12 changes: 1 addition & 11 deletions trunk/drivers/usb/serial/ir-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@
#include <linux/usb/serial.h>
#include <linux/usb/irda.h>

/*
* Version Information
*/
#define DRIVER_VERSION "v0.5"
#define DRIVER_AUTHOR "Greg Kroah-Hartman <greg@kroah.com>, Johan Hovold <jhovold@gmail.com>"
#define DRIVER_DESC "USB IR Dongle driver"

Expand Down Expand Up @@ -428,18 +424,12 @@ static void ir_set_termios(struct tty_struct *tty,

static int __init ir_init(void)
{
int retval;

if (buffer_size) {
ir_device.bulk_in_size = buffer_size;
ir_device.bulk_out_size = buffer_size;
}

retval = usb_serial_register_drivers(serial_drivers, KBUILD_MODNAME, ir_id_table);
if (retval == 0)
printk(KERN_INFO KBUILD_MODNAME ": " DRIVER_VERSION ":"
DRIVER_DESC "\n");
return retval;
return usb_serial_register_drivers(serial_drivers, KBUILD_MODNAME, ir_id_table);
}

static void __exit ir_exit(void)
Expand Down

0 comments on commit 26e5d29

Please sign in to comment.