mirror of
https://github.com/torvalds/linux.git
synced 2024-11-29 07:31:29 +00:00
1e9bbb9bc2
The error return ret is never zero in the error handling path in softingcs_probe, so the check for non-zero and returning -ENODEV is logically dead code and hence redundant. Remove it and just return ret. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
softing_cs.c | ||
softing_fw.c | ||
softing_main.c | ||
softing_platform.h | ||
softing.h |