Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45782
b: refs/heads/master
c: 8f1adb5
h: refs/heads/master
v: v3
  • Loading branch information
Samuel Ortiz authored and David S. Miller committed Jan 24, 2007
1 parent fa5ce5e commit 1155d5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 3958fb34ef18529c1e4a3eca44b7aaf94d4f4697
refs/heads/master: 8f1adb5f27d352c776ac34648cc277d1f8199dba
2 changes: 0 additions & 2 deletions trunk/drivers/net/irda/irda-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1515,8 +1515,6 @@ static inline int irda_usb_parse_endpoints(struct irda_usb_cb *self, struct usb_

IRDA_DEBUG(0, "%s(), And our endpoints are : in=%02X, out=%02X (%d), int=%02X\n",
__FUNCTION__, self->bulk_in_ep, self->bulk_out_ep, self->bulk_out_mtu, self->bulk_int_ep);
/* Should be 8, 16, 32 or 64 bytes */
IRDA_ASSERT(self->bulk_out_mtu == 64, ;);

return((self->bulk_in_ep != 0) && (self->bulk_out_ep != 0));
}
Expand Down

0 comments on commit 1155d5b

Please sign in to comment.