staging: rtl8188eu: 'infinite' loop removed
authorIvan Safonov <insafonov@gmail.com>
Mon, 2 Nov 2015 17:16:53 +0000 (00:16 +0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Nov 2015 04:02:47 +0000 (20:02 -0800)
commit37efd082311371ad387d9067128e5924eebd5790
tree4e0d70ecb90bcccd0b811bd3cb3167d03d4d5680
parent72fb6c5a9dbc8cff8308d42b9de4f7c49bbcdcb4
staging: rtl8188eu: 'infinite' loop removed

The body of this loop is executed only once, so it can be removed.
In this loop no keyword 'continue', only 'break' at the end.

Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c
This page took 0.045178 seconds and 5 git commands to generate.