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)
commitdd912f43bbda87ed37099a9287e4fbb7c85af706
treedf1e6dd171953e6cada0cf1232b32e2edc2e1069
parentc9ed0a7077306f9d41d74fb006ab5dbada8349c5
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