From f4b103b1634919771d0f251f580f10c50deb5fde Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Tue, 31 Jan 2012 16:43:50 -0800 Subject: [PATCH] --- yaml --- r: 287391 b: refs/heads/master c: 9c0a835a9d9aed41bcf9c287f5069133a6e2a87b h: refs/heads/master i: 287389: cebf97c0d5e0d6c15818eb89b9442f8736930e7b 287387: 2f0e051b1b756539cee8a5571e23757207dc985b 287383: d89a53f074d3f8e26dfd949ec877767f69f4b85f 287375: cd8c68cd4425ac0c5461abe0a63374e866b4e80a 287359: a5f9cfd2669741d71841863a3fb70a86e6811403 v: v3 --- [refs] | 2 +- trunk/include/linux/usb/ch9.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); } /*-------------------------------------------------------------------------*/