Re: [PATCH net-next] nfc: s3fwrn5: Remove the delay for nfc sleep

2020-12-14 Thread Krzysztof Kozlowski
On Sun, Dec 13, 2020 at 07:12:38PM +0900, Bongsu Jeon wrote: > From: Bongsu Jeon > > remove the delay for nfc sleep because nfc doesn't need the sleep delay. Please start sentences with capital letter. s/nfc/NFC/ (here and in subject) This explanation is very vague. Please rephrase it. Best re

[PATCH net-next] nfc: s3fwrn5: Remove the delay for nfc sleep

2020-12-13 Thread Bongsu Jeon
From: Bongsu Jeon remove the delay for nfc sleep because nfc doesn't need the sleep delay. Signed-off-by: Bongsu Jeon --- drivers/nfc/s3fwrn5/phy_common.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/nfc/s3fwrn5/phy_common.c b/drivers/nfc/s3fwrn5/phy_common.c i