Re: [PATCH net-next] nfc: s3fwrn5: Remove unused nci prop commands

2020-12-14 Thread Bongsu Jeon
On Tue, Dec 15, 2020 at 1:02 AM Krzysztof Kozlowski wrote: > > On Mon, Dec 14, 2020 at 08:46:58PM +0900, Bongsu Jeon wrote: > > From: Bongsu Jeon > > > > remove the unused nci prop commands that samsung driver doesn't use. > > Don't send patches one-by-one, but group them in a patchset. > > Previ

Re: [PATCH net-next] nfc: s3fwrn5: Remove unused nci prop commands

2020-12-14 Thread Krzysztof Kozlowski
On Mon, Dec 14, 2020 at 08:46:58PM +0900, Bongsu Jeon wrote: > From: Bongsu Jeon > > remove the unused nci prop commands that samsung driver doesn't use. Don't send patches one-by-one, but group them in a patchset. Previous comments apply here as well - NCI is acronym, start with capital letter

[PATCH net-next] nfc: s3fwrn5: Remove unused nci prop commands

2020-12-14 Thread Bongsu Jeon
From: Bongsu Jeon remove the unused nci prop commands that samsung driver doesn't use. Signed-off-by: Bongsu Jeon --- drivers/nfc/s3fwrn5/nci.c | 25 - drivers/nfc/s3fwrn5/nci.h | 22 -- 2 files changed, 47 deletions(-) diff --git a/drivers/nfc/s3fw