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

2020-11-16 Thread k...@kernel.org
On Mon, Nov 16, 2020 at 10:12:05AM +0900, Bongsu Jeon wrote: > max_payload is unused. > > Signed-off-by: Bongsu Jeon Please version your patches (this should be a v2) and describe changes between versions in changelog, either in cover letter or after --- separator. Reviewed-by: Krzysztof Kozlow

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

2020-11-15 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 index

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

2020-11-14 Thread k...@kernel.org
On Sat, Nov 14, 2020 at 09:17:36AM +0900, Bongsu Jeon wrote: > > max_payload is unused. Thanks for the patch. You have an empty line at beginning of commit msg - please format the commit description correctly. Remove alo the trailing dot from subject. Best regards, Krzysztof > > Signed-off-

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

2020-11-13 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 ind