Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88382
b: refs/heads/master
c: 07c3b1a
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 16, 2008
1 parent ad3fb26 commit 93e3724
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 32147be4cc50e5e4445a8760125cacc258c61638
refs/heads/master: 07c3b1a1001614442c665570942a3107a722c314
2 changes: 2 additions & 0 deletions trunk/drivers/usb/serial/usb-serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -854,6 +854,7 @@ int usb_serial_probe(struct usb_interface *interface,
serial->num_interrupt_in = num_interrupt_in;
serial->num_interrupt_out = num_interrupt_out;

#if 0
/* check that the device meets the driver's requirements */
if ((type->num_interrupt_in != NUM_DONT_CARE &&
type->num_interrupt_in != num_interrupt_in)
Expand All @@ -867,6 +868,7 @@ int usb_serial_probe(struct usb_interface *interface,
kfree(serial);
return -EIO;
}
#endif

/* found all that we need */
dev_info(&interface->dev, "%s converter detected\n",
Expand Down

0 comments on commit 93e3724

Please sign in to comment.