From: Bjørn Mork Date: Thu, 25 Oct 2012 21:44:08 +0000 (+0000) Subject: net: cdc_ncm: big endian fix X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~546 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a7c6cc646782b854b036d287611a0659c40fc9d;p=pandora-kernel.git net: cdc_ncm: big endian fix Probably doesn't matter much since the value is used as a boolean anyway, but it removes the sparse warning: drivers/net/usb/cdc_ncm.c:1090:32: warning: incorrect type in assignment (different base types) drivers/net/usb/cdc_ncm.c:1090:32: expected unsigned short [unsigned] [usertype] connected drivers/net/usb/cdc_ncm.c:1090:32: got restricted __le16 [usertype] wValue Signed-off-by: Bjørn Mork Signed-off-by: David S. Miller --- Reading git-diff-tree failed