From: Dave Martin Date: Fri, 2 Dec 2011 16:58:18 +0000 (+0000) Subject: USB: isp1760: Fix endianness-sensitivity in of_isp1760_probe() X-Git-Tag: v3.3-rc1~153^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ad028bd973ec1ead4982e21ab0400c956aff4b5;p=pandora-kernel.git USB: isp1760: Fix endianness-sensitivity in of_isp1760_probe() Data read direct from device tree properties will be in the device tree's native endianness (i.e., big-endian). This patch uses of_property_read_u32() to read the bus-width property in host byte order instead. Signed-off-by: Dave Martin Acked-by: Pawel Moll Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed