NFC: st21nfca: remove unnecessary variable and labels
authorwengjianfeng <wengjianfeng@yulong.com>
Thu, 20 May 2021 01:05:50 +0000 (09:05 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 May 2021 22:44:27 +0000 (15:44 -0700)
commit4b99b74982774b0ba3cc3e2e8e0cbcd7f920dc78
tree5944053e98141df70979fe50855111e7cffd8058
parentba102914fa4f0e555a534038f3752b78e294de2f
NFC: st21nfca: remove unnecessary variable and labels

assign vlue (EIO/EPROTO) to variable r, and goto exit label,
but just return r follow exit label, so we delete exit label,
and just replace with return sentence.

Signed-off-by: wengjianfeng <wengjianfeng@yulong.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/nfc/st21nfca/dep.c