Re: [PATCH v2 1/8] v4l: flash led class: Use fwnode_handle instead of device_node in init

2017-04-07 Thread kbuild test robot
Hi Sakari, [auto build test ERROR on linuxtv-media/master] [also build test ERROR on v4.11-rc5] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v2 1/8] v4l: flash led class: Use fwnode_handle instead of device_node in init

2017-04-07 Thread Sakari Ailus
Hi Laurent, Thank you for the review! On Fri, Apr 07, 2017 at 11:49:56AM +0300, Laurent Pinchart wrote: > Hi Sakari, > > Thank you for the patch. > > On Thursday 06 Apr 2017 16:12:03 Sakari Ailus wrote: > > Pass the more generic fwnode_handle to the init function than the > > device_node. > >

Re: [PATCH v2 1/8] v4l: flash led class: Use fwnode_handle instead of device_node in init

2017-04-07 Thread Laurent Pinchart
Hi Sakari, Thank you for the patch. On Thursday 06 Apr 2017 16:12:03 Sakari Ailus wrote: > Pass the more generic fwnode_handle to the init function than the > device_node. > > Signed-off-by: Sakari Ailus > --- > drivers/leds/leds-aat1290.c| 5

[PATCH v2 1/8] v4l: flash led class: Use fwnode_handle instead of device_node in init

2017-04-06 Thread Sakari Ailus
Pass the more generic fwnode_handle to the init function than the device_node. Signed-off-by: Sakari Ailus --- drivers/leds/leds-aat1290.c| 5 +++-- drivers/leds/leds-max77693.c | 5 +++--