-
由 Trent Piepho 提交于
Instead of getting the raw property, checking the length, and doing endian conversion each time, use the OF function of_property_read_u32() that does all that. Error messages are slightly improved with error codes from of_property_read_u32() for different ways the property may be invalid (missing, too short, etc.) Signed-off-by: NTrent Piepho <tpiepho@gmail.com> Signed-off-by: NMark Brown <broonie@linaro.org>
89da4293