OpenCloudOS-Kernel/drivers/nfc/pn533
wengjianfeng a115d24a63 nfc: pn533: remove redundant assignment
In many places,first assign a value to a variable and then return
the variable. which is redundant, we should directly return the value.
in pn533_rf_field funciton,return rc also in the if statement, so we
use return 0 to replace the last return rc.

Signed-off-by: wengjianfeng <wengjianfeng@yulong.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-04-12 13:23:03 -07:00
..
Kconfig
Makefile
i2c.c nfc: pn533: remove redundant assignment 2021-04-12 13:23:03 -07:00
pn533.c nfc: pn533: remove redundant assignment 2021-04-12 13:23:03 -07:00
pn533.h
uart.c
usb.c