From: Giuseppe Scrivano Date: Wed, 3 Aug 2011 22:10:29 +0000 (+0000) Subject: cdc_ncm: fix endianness problem. X-Git-Tag: v3.1-rc1~24^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36c35416a94f5632c3addad05217ff02c39b3b61;p=pandora-kernel.git cdc_ncm: fix endianness problem. Fix a misusage of the struct usb_cdc_notification to pass arguments to the usb_control_msg function. The usb_control_msg function expects host endian arguments but usb_cdc_notification stores these values as little endian. Now usb_control_msg is directly invoked with host endian values. Signed-off-by: Giuseppe Scrivano Signed-off-by: David S. Miller --- Reading git-diff-tree failed