commit | 37efd082311371ad387d9067128e5924eebd5790 | [log] [tgz] |
---|---|---|
author | Ivan Safonov <insafonov@gmail.com> | Tue Nov 03 00:16:53 2015 +0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Nov 15 20:02:47 2015 -0800 |
tree | 4e0d70ecb90bcccd0b811bd3cb3167d03d4d5680 | |
parent | 72fb6c5a9dbc8cff8308d42b9de4f7c49bbcdcb4 [diff] |
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>