From a8a175d9fc2ddb513baf5f043c1e9de512f886f7 Mon Sep 17 00:00:00 2001 From: Ben Chan Date: Mon, 30 Jun 2014 23:32:27 -0700 Subject: [PATCH] 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-format-patch failed