On Tue, 02 Nov 2021, Hans de Goede wrote:
Add a dev local variable to the lp855x_probe(), to replace "&cl->dev" and "lp->dev" in various places.
Also switch to dev_err_probe() in one case which takes care of not printing -EPROBE_DEFER errors for us.
This is mostly a preparation for adding ACPI enumeration support which will use the new "dev" variable more.
Reviewed-by: Daniel Thompson daniel.thompson@linaro.org Signed-off-by: Hans de Goede hdegoede@redhat.com
drivers/video/backlight/lp855x_bl.c | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-)
Applied, thanks.