diff options
author | Giuseppe Scrivano <giuseppe@southpole.se> | 2011-08-03 22:10:29 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-08-04 08:43:30 (GMT) |
commit | 36c35416a94f5632c3addad05217ff02c39b3b61 (patch) | |
tree | cd62778aeb57b3958228e2cd325d18fd1cd1cc35 /arch/x86/Kbuild | |
parent | 5ee5a07ce3a54de3d1192f8c9c2378d51a51e3bd (diff) | |
download | linux-36c35416a94f5632c3addad05217ff02c39b3b61.tar.xz |
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 <giuseppe@southpole.se>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/x86/Kbuild')
0 files changed, 0 insertions, 0 deletions