Re: [PATCH 1/1] regmap: Fix DT endianess parsing logic

2014-08-18 Thread Mark Brown
On Mon, Aug 18, 2014 at 03:09:02PM +0200, Javier Martinez Canillas wrote: > Commit d647c199510c ("regmap: add DT endianness binding support.") > added support to parse the device endianness from the device tree > but unfortunately the added logic doesn't have the same semantics > than the old code.

[PATCH 1/1] regmap: Fix DT endianess parsing logic

2014-08-18 Thread Javier Martinez Canillas
Commit d647c199510c ("regmap: add DT endianness binding support.") added support to parse the device endianness from the device tree but unfortunately the added logic doesn't have the same semantics than the old code. This leads to a NULL dereference pointer error when these properties are not prov