diff options
author | 2021-10-12 17:39:28 +0200 | |
---|---|---|
committer | 2021-10-13 19:52:41 +0200 | |
commit | f4a20dfac88c06c9b529a41ff4cf9acba8f3fdff (patch) | |
tree | 2e7f25a303958a32f8b54cd91c61878b9af4bc8d /drivers/fpga/fpga-mgr.c | |
parent | gpio: max730x: Make __max730x_remove() return void (diff) | |
download | linux-dev-f4a20dfac88c06c9b529a41ff4cf9acba8f3fdff.tar.xz linux-dev-f4a20dfac88c06c9b529a41ff4cf9acba8f3fdff.zip |
gpio: mc33880: Drop if with an always false condition
An spi remove callback is only called for devices that probed
successfully. In this case this implies that mc33880_probe() set a
non-NULL driver data. So the check for mc being NULL is never true and
the check can be dropped.
Also the return value ofspi remove callbacks is ignored anyway.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions