linux-stable/drivers/nfc/s3fwrn5
wengjianfeng b58c4649d9 nfc: s3fwrn5: remove unnecessary label
In function s3fwrn5_nci_post_setup, the variable ret is assigned then
goto out label, which just return ret, so we use return to replace it.
Other goto sentences are similar, we use return sentences to replace
goto sentences and delete out label.

Signed-off-by: wengjianfeng <wengjianfeng@yulong.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-04-06 16:24:20 -07:00
..
core.c nfc: s3fwrn5: remove unnecessary label 2021-04-06 16:24:20 -07:00
firmware.c Networking updates for 5.11 2020-12-15 13:22:29 -08:00
firmware.h nfc: s3fwrn5: skip the NFC bootloader mode 2020-12-04 15:30:47 -08:00
i2c.c nfc: s3fwrn5: let core configure the interrupt trigger 2020-12-12 15:02:39 -08:00
Kconfig nfc: s3fwrn5: Support a UART interface 2020-12-02 17:55:25 -08:00
Makefile nfc: s3fwrn5: Support a UART interface 2020-12-02 17:55:25 -08:00
nci.c nfc: s3fwrn5: Remove unused NCI prop commands 2020-12-16 13:09:35 -08:00
nci.h nfc: s3fwrn5: Remove unused NCI prop commands 2020-12-16 13:09:35 -08:00
phy_common.c nfc: s3fwrn5: Remove the delay for NFC sleep 2020-12-16 13:09:35 -08:00
phy_common.h nfc: s3fwrn5: Support a UART interface 2020-12-02 17:55:25 -08:00
s3fwrn5.h nfc: s3fwrn5: Change the error code 2020-11-18 17:42:13 -08:00
uart.c nfc: s3fwrn5: Support a UART interface 2020-12-02 17:55:25 -08:00