staging: wilc1000: removes redundant 'continue' in while loop conditional blocks
authorTahia Khan <tahia.khan@gmail.com>
Wed, 8 Mar 2017 23:21:38 +0000 (18:21 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Mar 2017 13:55:09 +0000 (14:55 +0100)
commit069baa6a5e010060ce4fa37977555e6b8e9b21ba
treecd92382dc057de850803b6f5b48494276c3e7379
parent28c828595516866ea16083e4aa8ec8b2ce77fcb8
staging: wilc1000: removes redundant 'continue' in while loop conditional blocks

Removing 6 continue statements from a while loop. The
continue statements are redundant here since control
already returns to the beginning of the loop upon exit
of any of the conditional blocks. Found using Coccinelle.

Signed-off-by: Tahia Khan <tahia.khan@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c