Re: [PATCH net-next v2 1/3] nfc: s3fwrn5: Remove the max_payload

2020-11-18 Thread Jakub Kicinski
On Tue, 17 Nov 2020 17:08:24 +0900 Bongsu Jeon wrote: > max_payload is unused. > > Reviewed-by: Krzysztof Kozlowski > Signed-off-by: Bongsu Jeon Applied all 3 to net-next, thanks!

Re: [PATCH net-next v2 1/3] nfc: s3fwrn5: Remove the max_payload

2020-11-17 Thread Bongsu Jeon
On Tue, Nov 17, 2020 at 5:39 PM Krzysztof Kozlowski wrote: > > On Tue, 17 Nov 2020 at 09:14, Bongsu Jeon wrote: > > > > 2020-11-17 16:42 GMT+09:00, k...@kernel.org : > > > On Tue, Nov 17, 2020 at 10:16:11AM +0900, Bongsu Jeon wrote: > > >> max_payload is unused. > > > > > > Why did you resend

Re: [PATCH net-next v2 1/3] nfc: s3fwrn5: Remove the max_payload

2020-11-17 Thread Krzysztof Kozlowski
On Tue, 17 Nov 2020 at 09:14, Bongsu Jeon wrote: > > 2020-11-17 16:42 GMT+09:00, k...@kernel.org : > > On Tue, Nov 17, 2020 at 10:16:11AM +0900, Bongsu Jeon wrote: > >> max_payload is unused. > > > > Why did you resend the patch ignoring my review? I already provided you > > with a tag, so you

Re: [PATCH net-next v2 1/3] nfc: s3fwrn5: Remove the max_payload

2020-11-17 Thread Bongsu Jeon
2020-11-17 16:42 GMT+09:00, k...@kernel.org : > On Tue, Nov 17, 2020 at 10:16:11AM +0900, Bongsu Jeon wrote: >> max_payload is unused. > > Why did you resend the patch ignoring my review? I already provided you > with a tag, so you should include it. > >

[PATCH net-next v2 1/3] nfc: s3fwrn5: Remove the max_payload

2020-11-17 Thread Bongsu Jeon
max_payload is unused. Reviewed-by: Krzysztof Kozlowski Signed-off-by: Bongsu Jeon --- drivers/nfc/s3fwrn5/core.c| 3 +-- drivers/nfc/s3fwrn5/i2c.c | 4 +--- drivers/nfc/s3fwrn5/s3fwrn5.h | 3 +-- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/drivers/nfc/s3fwrn5/core.c

Re: [PATCH net-next v2 1/3] nfc: s3fwrn5: Remove the max_payload

2020-11-16 Thread k...@kernel.org
On Tue, Nov 17, 2020 at 10:16:11AM +0900, Bongsu Jeon wrote: > max_payload is unused. Why did you resend the patch ignoring my review? I already provided you with a tag, so you should include it. https://www.kernel.org/doc/html/latest/process/submitting-patches.html Reviewed-by: Krzysztof

[PATCH net-next v2 1/3] nfc: s3fwrn5: Remove the max_payload

2020-11-16 Thread Bongsu Jeon
max_payload is unused. Signed-off-by: Bongsu Jeon --- drivers/nfc/s3fwrn5/core.c| 3 +-- drivers/nfc/s3fwrn5/i2c.c | 4 +--- drivers/nfc/s3fwrn5/s3fwrn5.h | 3 +-- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/drivers/nfc/s3fwrn5/core.c b/drivers/nfc/s3fwrn5/core.c