Files
linux/drivers/nfc
wengjianfeng 62f148d8dd nfc: st-nci: remove unnecessary assignment and label
In function st_nci_hci_network_init, the variable r is assigned then
goto exit label, which just return r, so we use return to replace it.
and exit label only used once at here, so we remove exit label.

Signed-off-by: wengjianfeng <wengjianfeng@yulong.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-05-24 13:12:51 -07:00
..
2019-11-20 12:30:40 -08:00
2021-01-29 18:03:33 -08:00
2021-01-29 18:03:33 -08:00
2021-01-25 19:35:26 -08:00