From: Ben Chan Date: Tue, 1 Jul 2014 06:32:27 +0000 (-0700) Subject: staging: gdm72xx: clean up endianness conversions X-Git-Tag: cleanup-for-v3.18~125^2~1134 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8a175d9fc2ddb513baf5f043c1e9de512f886f7;p=pandora-kernel.git staging: gdm72xx: clean up endianness conversions This patch cleans up the endianness conversions in the gdm72xx driver: - Directly use the generic byte-reordering macros for endianness conversion instead of some custom-defined macros. - Convert values on the constant side instead of the variable side when appropriate. - Add endianness annotations. Signed-off-by: Ben Chan Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed