diff options
author | 2021-05-05 18:19:08 +0200 | |
---|---|---|
committer | 2021-06-30 19:12:18 +0200 | |
commit | 81b7c173e3609ed77a9f9909406aefa122801a38 (patch) | |
tree | 3ba83ab9baf0d3441c4f846b342a9821804c4399 /drivers/pwm/pwm-sprd.c | |
parent | pwm: berlin: Don't check the return code of pwmchip_remove() (diff) | |
download | wireguard-linux-81b7c173e3609ed77a9f9909406aefa122801a38.tar.xz wireguard-linux-81b7c173e3609ed77a9f9909406aefa122801a38.zip |
pwm: pxa: Drop if with an always false condition
The .remove() function is only called after .probe() returned
successfully. In this case platform_set_drvdata() was called with a
non-NULL argument and so platfrom_get_drvdata() returns the same
non-NULL value.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions