From 8ad028bd973ec1ead4982e21ab0400c956aff4b5 Mon Sep 17 00:00:00 2001 From: Dave Martin Date: Fri, 2 Dec 2011 16:58:18 +0000 Subject: [PATCH] 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-format-patch failed