From: Linus Walleij Date: Fri, 11 May 2012 22:15:39 +0000 (+0000) Subject: usb/net: rndis: inline the cpu_to_le32() macro X-Git-Tag: v3.5-rc1~109^2~103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7390e8b0dee778b0a964337558990a91094e679a;p=pandora-kernel.git usb/net: rndis: inline the cpu_to_le32() macro The header file used a number of #defines that included the cpu_to_le32() macro to assure the result will be in LE endianness. Inlining this into the code instead of using it in the code definitions yields consolidation opportunities later on as you will see in the following patches. The individual drivers also used local defines - all are switched over to the pattern of doing the conversion at the call sites instead. Signed-off-by: Jussi Kivilinna Signed-off-by: Linus Walleij Signed-off-by: David S. Miller --- Reading git-diff-tree failed