diff --git a/[refs] b/[refs] index 847d8fc3dc83..2e52aadff11d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0a365706f2d6062d3756806447c1bbcd7e315ffa +refs/heads/master: 504b61630ab65296b6c9113cce834574e8cc01de 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); } /*-------------------------------------------------------------------------*/