diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2021-05-22 18:04:32 +0300 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2021-06-30 20:12:18 +0300 |
commit | 76982e478de4d682cb5fca26d6d3efe2d2545722 (patch) | |
tree | f497f303ca83961ec98df360ae16d663e1b77932 /Documentation/devicetree/bindings/pwm | |
parent | fde25294dfd8e36e4e30b693c27a86232864002a (diff) | |
download | linux-76982e478de4d682cb5fca26d6d3efe2d2545722.tar.xz |
pwm: sprd: Don't check the return code of pwmchip_remove()
pwmchip_remove() returns always 0. Don't use the value to make it
possible to eventually change the function to return void. This is a
good thing as pwmchip_remove() is usually called from a remove function
(mostly for platform devices) and their return value is ignored by the
device core anyhow.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/pwm')
0 files changed, 0 insertions, 0 deletions