Re: [PATCH v6 2/2] drm/tinydrm: Add devres versions of drm_of_find_backlight

2017-10-02 Thread kbuild test robot
Hi Meghana, [auto build test ERROR on drm/drm-next] [also build test ERROR on v4.14-rc3 next-20170929] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH v6 2/2] drm/tinydrm: Add devres versions of drm_of_find_backlight

2017-09-30 Thread Meghana Madhyastha
Add devm_drm_of_find_backlight and the corresponding release function because some drivers such as tinydrm use devres versions of functions for requiring device resources. Signed-off-by: Meghana Madhyastha --- Changes in v6: - Remove docstring for