]> git.baikalelectronics.ru Git - kernel.git/commit
net: nfc: nci: fix the wrong NCI_CORE_INIT parameters
authorBongsu Jeon <bongsu.jeon@samsung.com>
Mon, 18 Jan 2021 20:55:22 +0000 (05:55 +0900)
committerJakub Kicinski <kuba@kernel.org>
Wed, 20 Jan 2021 00:49:28 +0000 (16:49 -0800)
commit3f063586b0d0dffefd0d1afa48a44c555e1afc7d
tree5a4ccc2fb18cfc0fba7376d013630d60541df8a0
parent0327b41d1fc558e82a994e097c1ed9faeda22472
net: nfc: nci: fix the wrong NCI_CORE_INIT parameters

Fix the code because NCI_CORE_INIT_CMD includes two parameters in NCI2.0
but there is no parameters in NCI1.x.

Fixes: 03e7e18fa795 ("net/nfc/nci: Support NCI 2.x initial sequence")
Signed-off-by: Bongsu Jeon <bongsu.jeon@samsung.com>
Link: https://lore.kernel.org/r/20210118205522.317087-1-bongsu.jeon@samsung.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/nfc/nci/core.c