diff options
| author | Greg Kroah-Hartman <gregkh@suse.de> | 2009-07-18 15:48:15 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-07-18 15:48:15 -0700 |
| commit | 90f4032259a4088b1468f51e4d4618f50c37f868 (patch) | |
| tree | 9d02cf1177956a951f8cad26920bec60220a998e /usb | |
| parent | 20830b91dc1ebcd38ad468e0a55771009ab2297f (diff) | |
| download | patches-90f4032259a4088b1468f51e4d4618f50c37f868.tar.gz | |
minor bugfixes
Diffstat (limited to 'usb')
| -rw-r--r-- | usb/usb-usb-serial-remove-unused-variables.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usb/usb-usb-serial-remove-unused-variables.patch b/usb/usb-usb-serial-remove-unused-variables.patch index 129164a6a2e8fb..02ed22a068babb 100644 --- a/usb/usb-usb-serial-remove-unused-variables.patch +++ b/usb/usb-usb-serial-remove-unused-variables.patch @@ -17,7 +17,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- a/drivers/usb/serial/usb-serial.c +++ b/drivers/usb/serial/usb-serial.c -@@ -282,8 +282,6 @@ bailout_serial_put: +@@ -284,8 +284,6 @@ bailout_serial_put: static void serial_do_down(struct usb_serial_port *port) { struct usb_serial_driver *drv = port->serial->type; @@ -26,7 +26,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> /* The console is magical, do not hang up the console hardware or there will be tears */ -@@ -291,12 +289,8 @@ static void serial_do_down(struct usb_se +@@ -293,12 +291,8 @@ static void serial_do_down(struct usb_se return; mutex_lock(&port->mutex); |
