]> git.baikalelectronics.ru Git - kernel.git/commit
regulator: drivers: Remove unnecessary print function dev_err()
authorYang Li <yang.lee@linux.alibaba.com>
Thu, 25 Aug 2022 07:04:38 +0000 (15:04 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 25 Aug 2022 11:29:35 +0000 (12:29 +0100)
commitb68624e37fb2a0cdd0b0f4edd9e1c8f28b4b4e8f
treed5d646250594a7a53af2f2feb9e1051bbd9fffed
parenta32938e7c20563b3dfbf5cbc9e692ca4e2206a60
regulator: drivers: Remove unnecessary print function dev_err()

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

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=1986
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Link: https://lore.kernel.org/r/20220825070438.128093-1-yang.lee@linux.alibaba.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/tps65219-regulator.c