Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287391
b: refs/heads/master
c: 9c0a835
h: refs/heads/master
i:
  287389: cebf97c
  287387: 2f0e051
  287383: d89a53f
  287375: cd8c68c
  287359: a5f9cfd
v: v3
  • Loading branch information
Kuninori Morimoto authored and Felipe Balbi committed Feb 3, 2012
1 parent 5dd5bf5 commit f4b103b
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: 976d98cb726601972fafb28173d4526ce3603415
refs/heads/master: 9c0a835a9d9aed41bcf9c287f5069133a6e2a87b
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 f4b103b

Please sign in to comment.