On Fri, Dec 04, 2020 at 07:52:57AM +0900, Bongsu Jeon wrote: > From: Bongsu Jeon <bongsu.j...@samsung.com> > > If there isn't a proper NFC firmware image, Bootloader mode will be > skipped. > > Signed-off-by: Bongsu Jeon <bongsu.j...@samsung.com> > --- > > ChangeLog: > v2: > - change the commit message. > - change the skip handling code.
Patch is now much cleaner and smaller. Thanks. Reviewed-by: Krzysztof Kozlowski <k...@kernel.org> Best regards, Krzysztof > > drivers/nfc/s3fwrn5/core.c | 23 +++++++++++++++++++++-- > drivers/nfc/s3fwrn5/firmware.c | 11 +---------- > drivers/nfc/s3fwrn5/firmware.h | 1 + > 3 files changed, 23 insertions(+), 12 deletions(-)