Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235354
b: refs/heads/master
c: c964237
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Torokhov authored and Greg Kroah-Hartman committed Feb 25, 2011
1 parent dfeb8be commit 9ea2478
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 969e3033ae7733a0af8f7742ca74cd16c0857e71
refs/heads/master: c9642374d0e969e8c17f4f31cd1a2bd111634227
2 changes: 1 addition & 1 deletion trunk/include/linux/usb/ch9.h
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ struct usb_ss_ep_comp_descriptor {

#define USB_DT_SS_EP_COMP_SIZE 6
/* Bits 4:0 of bmAttributes if this is a bulk endpoint */
#define USB_SS_MAX_STREAMS(p) (1 << (p & 0x1f))
#define USB_SS_MAX_STREAMS(p) (1 << ((p) & 0x1f))

/*-------------------------------------------------------------------------*/

Expand Down

0 comments on commit 9ea2478

Please sign in to comment.