diff --git a/[refs] b/[refs] index 1e9d980f4bb0..f2684cd1eeb5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 976d98cb726601972fafb28173d4526ce3603415 +refs/heads/master: 9c0a835a9d9aed41bcf9c287f5069133a6e2a87b diff --git a/trunk/include/linux/usb/ch9.h b/trunk/include/linux/usb/ch9.h index 61b29057b054..3b6f628880f8 100644 --- a/trunk/include/linux/usb/ch9.h +++ b/trunk/include/linux/usb/ch9.h @@ -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); } /*-------------------------------------------------------------------------*/