linux/drivers/nfc
Uwe Kleine-König 641e3fd1a0 nfc: st95hf: Make spi remove() callback return zero
If something goes wrong in the remove callback, returning an error code
just results in an error message. The device still disappears.

So don't skip disabling the regulator in st95hf_remove() if resetting
the controller via spi fails. Also don't return an error code which just
results in two error messages.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-10-20 14:41:20 +01:00
..
fdp nfc: fdp: constify several pointers 2021-07-29 12:28:03 +01:00
microread nfc: microread: remove unused header includes 2021-08-26 09:13:35 +01:00
nfcmrvl nfc: mrvl: remove unused header includes 2021-08-26 09:13:35 +01:00
nxp-nci nfc: constify nci_ops 2021-07-25 09:21:20 +01:00
pn533 nfc: constify nfc_ops 2021-07-25 09:21:21 +01:00
pn544 nfc: pn544: remove unused header includes 2021-08-26 09:13:36 +01:00
s3fwrn5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2021-07-31 09:14:46 -07:00
st21nfca nfc: st21nfca: remove unused header includes 2021-08-26 09:13:36 +01:00
st95hf nfc: st95hf: Make spi remove() callback return zero 2021-10-20 14:41:20 +01:00
st-nci nfc: st-nci: Add SPI ID matching DT compatible 2021-09-23 12:53:06 +01:00
Kconfig nfc: Add a virtual nci device driver 2021-01-29 18:03:33 -08:00
Makefile nfc: Add a virtual nci device driver 2021-01-29 18:03:33 -08:00
mei_phy.c nfc: mei_phy: constify buffer passed to mei_nfc_send() 2021-07-29 12:28:02 +01:00
mei_phy.h nfc: constify nfc_phy_ops 2021-07-25 09:21:21 +01:00
nfcsim.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2021-07-31 09:14:46 -07:00
port100.c nfc: port100: constify several pointers 2021-07-29 12:28:03 +01:00
trf7970a.c nfc: trf7970a: constify several pointers 2021-07-29 12:28:03 +01:00
virtual_ncidev.c nfc: virtual_ncidev: Use wait queue instead of polling 2021-08-18 10:17:57 +01:00