Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Dgoldfish_battery.cdiff b770583ba6028e8cbd2d49dad9eff63cba3d6fef Wed May 04 08:52:14 CDT 2022 Yang Li <yang.lee@linux.alibaba.com> power: supply: Remove unnecessary print function dev_err()

The print function dev_err() is redundant because
platform_get_irq() already prints an error.

Eliminate the follow coccicheck warning:
./drivers/power/supply/goldfish_battery.c:225:2-9: line 225 is
redundant because platform_get_irq() already prints an error

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>