Re: [PATCH net] net: nfc: nci: fix the wrong NCI_CORE_INIT parameters

2021-01-20 Thread Jakub Kicinski
On Wed, 20 Jan 2021 18:54:17 +0900 Bongsu Jeon wrote: > On Wed, Jan 20, 2021 at 10:00 AM wrote: > > This patch was applied to netdev/net.git (refs/heads/master): > > > > On Tue, 19 Jan 2021 05:55:22 +0900 you wrote: > > > From: Bongsu Jeon > > > > > > Fix the code because NCI_CORE_INIT_CMD incl

Re: [PATCH net] net: nfc: nci: fix the wrong NCI_CORE_INIT parameters

2021-01-20 Thread Bongsu Jeon
On Wed, Jan 20, 2021 at 10:00 AM wrote: > > Hello: > > This patch was applied to netdev/net.git (refs/heads/master): > > On Tue, 19 Jan 2021 05:55:22 +0900 you wrote: > > From: Bongsu Jeon > > > > Fix the code because NCI_CORE_INIT_CMD includes two parameters in NCI2.0 > > but there is no paramet

Re: [PATCH net] net: nfc: nci: fix the wrong NCI_CORE_INIT parameters

2021-01-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 19 Jan 2021 05:55:22 +0900 you wrote: > From: Bongsu Jeon > > Fix the code because NCI_CORE_INIT_CMD includes two parameters in NCI2.0 > but there is no parameters in NCI1.x. > > Signed-off-by: Bongsu Jeon > > [...]

Re: [PATCH net] net: nfc: nci: fix the wrong NCI_CORE_INIT parameters

2021-01-18 Thread Jakub Kicinski
On Tue, 19 Jan 2021 06:19:23 +0900 Bongsu Jeon wrote: > On Tue, Jan 19, 2021 at 6:01 AM Jakub Kicinski wrote: > > > > On Tue, 19 Jan 2021 05:55:22 +0900 Bongsu Jeon wrote: > > > From: Bongsu Jeon > > > > > > Fix the code because NCI_CORE_INIT_CMD includes two parameters in NCI2.0 > > > but ther

Re: [PATCH net] net: nfc: nci: fix the wrong NCI_CORE_INIT parameters

2021-01-18 Thread Bongsu Jeon
On Tue, Jan 19, 2021 at 6:01 AM Jakub Kicinski wrote: > > On Tue, 19 Jan 2021 05:55:22 +0900 Bongsu Jeon wrote: > > From: Bongsu Jeon > > > > Fix the code because NCI_CORE_INIT_CMD includes two parameters in NCI2.0 > > but there is no parameters in NCI1.x. > > > > Signed-off-by: Bongsu Jeon > >

Re: [PATCH net] net: nfc: nci: fix the wrong NCI_CORE_INIT parameters

2021-01-18 Thread Jakub Kicinski
On Tue, 19 Jan 2021 05:55:22 +0900 Bongsu Jeon wrote: > From: Bongsu Jeon > > Fix the code because NCI_CORE_INIT_CMD includes two parameters in NCI2.0 > but there is no parameters in NCI1.x. > > Signed-off-by: Bongsu Jeon What's the Fixes tag for this change?

[PATCH net] net: nfc: nci: fix the wrong NCI_CORE_INIT parameters

2021-01-18 Thread Bongsu Jeon
From: Bongsu Jeon Fix the code because NCI_CORE_INIT_CMD includes two parameters in NCI2.0 but there is no parameters in NCI1.x. Signed-off-by: Bongsu Jeon --- net/nfc/nci/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/nfc/nci/core.c b/net/nfc/nci/core.c index e