[PATCH 2/2] isp1760: Fix endianness-sensitivity in of_isp1760_probe()
Dave Martin
dave.martin at linaro.org
Thu Sep 15 18:53:21 EST 2011
Hi,
On Wed, Sep 14, 2011 at 09:46:29AM -0600, Grant Likely wrote:
> On Wed, Sep 14, 2011 at 02:57:13PM +0100, Dave Martin wrote:
[...]
> > + of_property_read_u32(dp, "bus-width", bus_width);
>
> Shouldn't this be '&bus_width'?
On Wed, Sep 14, 2011 at 11:12:57PM +0400, Sergei Shtylyov wrote:
[...]
> On 09/14/2011 05:57 PM, Dave Martin wrote:
[...]
> >+ of_property_read_u32(dp, "bus-width", bus_width);
>
> You probably mean '&bus_width'?
Yes, it should -- quite right.
Cheers
---Dave
More information about the devicetree-discuss
mailing list