From: Zheng Yongjun Date: Mon, 14 Dec 2020 13:43:14 +0000 (+0800) Subject: nfc: pn533: convert comma to semicolon X-Git-Tag: v5.11-rc1~169^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=102f19d611acbd5f90608e797faba8928b6955d7;p=thirdparty%2Fkernel%2Flinux.git nfc: pn533: convert comma to semicolon Replace a comma between expression statements by a semicolon. Signed-off-by: Zheng Yongjun Link: https://lore.kernel.org/r/20201214134314.4618-1-zhengyongjun3@huawei.com Signed-off-by: Jakub Kicinski --- diff --git a/drivers/nfc/pn533/usb.c b/drivers/nfc/pn533/usb.c index 84f2983bf3841..84d2bfabf42be 100644 --- a/drivers/nfc/pn533/usb.c +++ b/drivers/nfc/pn533/usb.c @@ -517,7 +517,7 @@ static int pn533_usb_probe(struct usb_interface *interface, case PN533_DEVICE_ACR122U: protocols = PN533_NO_TYPE_B_PROTOCOLS; fops = &pn533_acr122_frame_ops; - protocol_type = PN533_PROTO_REQ_RESP, + protocol_type = PN533_PROTO_REQ_RESP; rc = pn533_acr122_poweron_rdr(phy); if (rc < 0) {