auxdisplay: ht16k33: Drop reference after LED registration
BugLink: https://bugs.launchpad.net/bugs/2083196
[ Upstream commit 2ccfe94bc3ac980d2d1df9f7a0b2c6d2137abe55 ]
The reference count is bumped by device_get_named_child_node()
and never dropped. Since LED APIs do not require it to be
bumped by the user, drop the reference after LED registration.
[andy: rewritten the commit message and amended the change]
Fixes: c223d9c636 ("auxdisplay: ht16k33: Add LED support")
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Portia Stephens <portia.stephens@canonical.com>
Signed-off-by: Roxana Nicolescu <roxana.nicolescu@canonical.com>
This commit is contained in:
committed by
Mehmet Basaran
parent
9b32e1f3a6
commit
7afea5609c
@@ -506,6 +506,7 @@ static int ht16k33_led_probe(struct device *dev, struct led_classdev *led,
|
||||
led->max_brightness = MAX_BRIGHTNESS;
|
||||
|
||||
err = devm_led_classdev_register_ext(dev, led, &init_data);
|
||||
fwnode_handle_put(init_data.fwnode);
|
||||
if (err)
|
||||
dev_err(dev, "Failed to register LED\n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user