From: Harvey Harrison Date: Fri, 14 Nov 2008 06:41:29 +0000 (-0800) Subject: isdn: use %pI4, remove get_{u8/u16/u32} and put_{u8/u16/u32} inlines X-Git-Tag: v2.6.29-rc1~581^2~716 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00bcd522ea0a62f5e2a9c6ad4924cbbd8d05b026;p=pandora-kernel.git isdn: use %pI4, remove get_{u8/u16/u32} and put_{u8/u16/u32} inlines They would have been better named as get_be16, put_be16, etc. as they were hiding an endian shift inside. They don't add much over explicitly coding the byteshifting and gcc sometimes has a problem with builtin_constant_p inside inline functions, so it may do a better job of byteswapping at compile time rather than runtime. Signed-off-by: Harvey Harrison Signed-off-by: David S. Miller --- Reading git-diff-tree failed