diff options
author | 2021-11-08 14:46:24 +0100 | |
---|---|---|
committer | 2022-02-01 08:33:47 +0100 | |
commit | 37349609f3a342a9eaff30532bd5560eec1c13b6 (patch) | |
tree | a3843047cf2d4fffd4a5e79d294595944eb55eb4 /drivers/pwm/pwm-imx1.c | |
parent | Linux 5.17-rc1 (diff) | |
download | wireguard-linux-37349609f3a342a9eaff30532bd5560eec1c13b6.tar.xz wireguard-linux-37349609f3a342a9eaff30532bd5560eec1c13b6.zip |
pwm: meson: Drop always false check from .request()
In .request() pwm_get_chip_data() returns NULL always since commit
e926b12c611c ("pwm: Clear chip_data in pwm_put()"). (And if it didn't
returning 0 would be wrong because then .request() wouldn't reenable
the clk which the other driver code depends on.)
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions