Home
last modified time | relevance | path

Searched hist:e642197562cd9781453f835e1406cfe0feeb917e (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/leds/
H A Dleds-is31fl32xx.cdiff e642197562cd9781453f835e1406cfe0feeb917e Tue Jun 01 06:09:03 CDT 2021 Jiapeng Chong <jiapeng.chong@linux.alibaba.com> leds: is31fl32xx: Fix missing error code in is31fl32xx_parse_dt()

The error code is missing in this code scenario, add the error code
'-EINVAL' to the return value 'ret'.

Eliminate the follow smatch warning:

drivers/leds/leds-is31fl32xx.c:388 is31fl32xx_parse_dt() warn: missing
error code 'ret'.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Fixes: 9d7cffaf99f5 ("leds: Add driver for the ISSI IS31FL32xx family of LED controllers")
Acked-by: David Rivshin <drivshin@allworx.com>
Signed-off-by: Pavel Machek <pavel@ucw.cz>