On Tue, Feb 20, 2018 at 04:12:59PM +0200, Andy Shevchenko wrote: > On Tue, Feb 20, 2018 at 12:59 AM, Moritz Fischer wrote: > > Add support for reading a timeout value from devicetree. > > Fall back to previous default of 3s if nothing is specified. > > > > + of_property_read_u32(pdev->dev.of_node, "timeout_ms", &timeout); > > Perhaps stop being OF-centric by using device_property_read_u32() instead? Good catch, will do. Should probably change commit message accordingly, too. Thanks, Moritz