File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ static struct usb_driver debug_driver = {
40
40
.probe = usb_serial_probe ,
41
41
.disconnect = usb_serial_disconnect ,
42
42
.id_table = id_table ,
43
- .no_dynamic_id = 1 ,
43
+ .no_dynamic_id = 1 ,
44
44
};
45
45
46
46
/* This HW really does not support a serial break, so one will be
@@ -59,8 +59,8 @@ static void usb_debug_read_bulk_callback(struct urb *urb)
59
59
struct usb_serial_port * port = urb -> context ;
60
60
61
61
if (urb -> actual_length == USB_DEBUG_BRK_SIZE &&
62
- memcmp (urb -> transfer_buffer , USB_DEBUG_BRK ,
63
- USB_DEBUG_BRK_SIZE ) == 0 ) {
62
+ memcmp (urb -> transfer_buffer , USB_DEBUG_BRK ,
63
+ USB_DEBUG_BRK_SIZE ) == 0 ) {
64
64
usb_serial_handle_break (port );
65
65
usb_serial_generic_submit_read_urb (port , GFP_ATOMIC );
66
66
return ;
You can’t perform that action at this time.
0 commit comments