From b81366c3fb3a5c6be772a39fbb8b7d8b0935499b Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Tue, 31 Jan 2012 16:43:50 -0800 Subject: [PATCH] --- yaml --- r: 287381 b: refs/heads/master c: 504b61630ab65296b6c9113cce834574e8cc01de h: refs/heads/master i: 287379: 3e4d596f259d225c60ca5a16fe840ca360ab4c62 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 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); } /*-------------------------------------------------------------------------*/