mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
leds: as3645a: Fix error return code in as3645a_parse_node()
[ Upstream commit96a30960a2] Return error code -ENODEV rather than '0' when the indicator node can not be found. Fixes:a56ba8fbcb("media: leds: as3645a: Add LED flash class driver") Reported-by: Hulk Robot <hulkci@huawei.com> Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com> Signed-off-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
f3bf888507
commit
53cb671592
@@ -545,6 +545,7 @@ static int as3645a_parse_node(struct as3645a *flash,
|
||||
if (!flash->indicator_node) {
|
||||
dev_warn(&flash->client->dev,
|
||||
"can't find indicator node\n");
|
||||
rval = -ENODEV;
|
||||
goto out_err;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user