]> git.baikalelectronics.ru Git - kernel.git/commit
nfc: mrvl: remove useless "continue" at end of loop
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Wed, 2 Jun 2021 11:20:10 +0000 (13:20 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Jun 2021 20:59:08 +0000 (13:59 -0700)
commitd618101bc85c8c96b81a9d0dd53351880416ff69
tree564065403107380d638a250dc0186e9fde0eeb8a
parent4ef3d68e28b8411e6eb69d8b0b16fd8f4f8a0f1c
nfc: mrvl: remove useless "continue" at end of loop

The "continue" statement at the end of a for loop does not have an
effect.  Entire loop contents can be slightly simplified to increase
code readability.  No functional change.

Suggested-by: Joe Perches <joe@perches.com>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/nfc/nfcmrvl/usb.c