From: Geert Uytterhoeven Date: Thu, 9 May 2013 12:01:05 +0000 (+0200) Subject: mfd: si476x: Use get_unaligned_be16() for unaligned be16 loads X-Git-Tag: v3.10-rc3~32^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=151978bf671dd2f741eab79c91d7d74bad49929c;p=pandora-kernel.git mfd: si476x: Use get_unaligned_be16() for unaligned be16 loads Loading be16 values from byte buffers may cause unaligned accesses, so use get_unaligned_be16() to avoid problems on architectures that do not support these. Signed-off-by: Geert Uytterhoeven Acked-by: Andrey Smirnov Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed