mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09: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
01b00e4625
commit
21da019726
@@ -565,6 +565,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