Home
last modified time | relevance | path

Searched hist:a5822404 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/nfc/nfcmrvl/
H A Dusb.ca5822404 Wed Jun 02 06:20:10 CDT 2021 Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> 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>