]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: btmrvl: remove redundant continue statement
authorColin Ian King <colin.king@canonical.com>
Wed, 16 Jun 2021 13:07:57 +0000 (14:07 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 26 Jun 2021 05:12:44 +0000 (07:12 +0200)
commitc0fa292f28bb29891260710add120a58053a621b
treedf1e6dd171953e6cada0cf1232b32e2edc2e1069
parent0db2ca3960908d698a95850b0be5270924f37a8e
Bluetooth: btmrvl: remove redundant continue statement

The continue statement in the for-loop has no effect,
remove it.

Addresses-Coverity: ("Continue has no effect")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/btmrvl_sdio.c