wengjianfeng 796c9015ab nfc: st-nci: Remove unnecessary variable
The variable r is defined at the beginning and initialized
to 0 until the function returns r, and the variable r is
not reassigned.Therefore, we do not need to define the
variable r, just return 0 directly at the end of the function.

Signed-off-by: wengjianfeng <wengjianfeng@yulong.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-02-08 14:56:20 -08:00
..
2021-01-25 19:33:42 -08:00
2019-11-20 12:30:40 -08:00
2021-02-04 18:37:40 -08:00
2020-10-20 10:36:41 -07: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