Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287381
b: refs/heads/master
c: 504b616
h: refs/heads/master
i:
  287379: 3e4d596
v: v3
  • Loading branch information
Kuninori Morimoto authored and Greg Kroah-Hartman committed Feb 1, 2012
1 parent 08a0846 commit b81366c
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: 0a365706f2d6062d3756806447c1bbcd7e315ffa
refs/heads/master: 504b61630ab65296b6c9113cce834574e8cc01de
2 changes: 1 addition & 1 deletion trunk/include/linux/usb/ch9.h
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ static inline int usb_endpoint_is_isoc_out(
*/
static inline int usb_endpoint_maxp(const struct usb_endpoint_descriptor *epd)
{
return le16_to_cpu(epd->wMaxPacketSize);
return __le16_to_cpu(epd->wMaxPacketSize);
}

/*-------------------------------------------------------------------------*/
Expand Down

0 comments on commit b81366c

Please sign in to comment.