WSL2-Linux-Kernel/drivers/nfc/fdp
wengjianfeng 872fff333f nfc/fdp: remove unnecessary assignment and label
In function fdp_nci_patch_otp and fdp_nci_patch_ram,many goto
out statements are used, and out label just return variable r.
in some places,just jump to the out label, and in other places,
assign a value to the variable r,then jump to the out label.
It is unnecessary, we just use return sentences to replace goto
sentences and delete out label.

Signed-off-by: wengjianfeng <wengjianfeng@yulong.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-04-07 14:32:31 -07:00
..
Kconfig
Makefile
fdp.c nfc/fdp: remove unnecessary assignment and label 2021-04-07 14:32:31 -07:00
fdp.h
i2c.c nfc: fdp: fix typo issue 2021-01-25 19:33:42 -08:00