[PATCH 3/3] nfc: pn532_uart: Make use of pn532 autopoll

From: Lars Poeschel
Date: Wed Oct 17 2018 - 06:26:42 EST


This switches the pn532 UART phy driver from manually polling to the new
autopoll mechanism.

Signed-off-by: Lars Poeschel <poeschel@xxxxxxxxxxx>
---
drivers/nfc/pn533/uart.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/nfc/pn533/uart.c b/drivers/nfc/pn533/uart.c
index b5f995988cae..3316298e31a7 100644
--- a/drivers/nfc/pn533/uart.c
+++ b/drivers/nfc/pn533/uart.c
@@ -162,7 +162,7 @@ static int pn532_open(struct tty_struct *tty)
if (pn532->wq_open_tty == NULL)
goto err_skb;

- priv = pn533_register_device(PN533_DEVICE_PN532,
+ priv = pn533_register_device(PN533_DEVICE_PN532_AUTOPOLL,
PN533_NO_TYPE_B_PROTOCOLS,
PN533_PROTO_REQ_ACK_RESP,
pn532, &uart_phy_ops, NULL,
--
2.19.1