On Wed, Nov 15, 2017 at 01:04:22PM +0200, Roger Quadros wrote: > On 15/11/17 12:53, Ladislav Michl wrote: [snip] > > of_property_read_u32 will fail then, so I do not think it is worth adding > > explicit test for NULL here. > > > > But the error message would be wrong in that case. > I'm trying to tackle the case where driver was probed using legacy methods > where device tree/node isn't present. But how could we ever get there in that case? platform_device_register is removed just one patch later. Of course we should add: depends on (OF && GPIOLIB) || COMPILE_TEST to the Kconfig -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html