diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-07-05 16:47:30 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-07-05 16:47:30 -0700 |
| commit | 01bbefb29bd8f474f7fbee571c84e1f6fc86e9ba (patch) | |
| tree | b6bdb0c56a5877c2620cb39e31d321a38b4d1660 /usb-usbatm-remove-unneeded-trace-printk-calls.patch | |
| parent | a8127a134c4991d2173ec65d03d153c1782c8762 (diff) | |
| download | patches-01bbefb29bd8f474f7fbee571c84e1f6fc86e9ba.tar.gz | |
updates
Diffstat (limited to 'usb-usbatm-remove-unneeded-trace-printk-calls.patch')
| -rw-r--r-- | usb-usbatm-remove-unneeded-trace-printk-calls.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usb-usbatm-remove-unneeded-trace-printk-calls.patch b/usb-usbatm-remove-unneeded-trace-printk-calls.patch index 77bfec82b3b474..47744072df983c 100644 --- a/usb-usbatm-remove-unneeded-trace-printk-calls.patch +++ b/usb-usbatm-remove-unneeded-trace-printk-calls.patch @@ -138,7 +138,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> /* instance init */ instance = kzalloc(sizeof(*instance) + sizeof(struct urb *) * (num_rcv_urbs + num_snd_urbs), GFP_KERNEL); if (!instance) { -@@ -1257,8 +1225,6 @@ void usbatm_usb_disconnect(struct usb_in +@@ -1258,8 +1226,6 @@ void usbatm_usb_disconnect(struct usb_in struct usbatm_vcc_data *vcc_data; int i; |
