commit | ed2be12e0a2901176ad2930443322d4aa53fe6b0 | [log] [tgz] |
---|---|---|
author | Jes Sorensen <Jes.Sorensen@redhat.com> | Mon Mar 23 16:54:08 2015 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Mar 23 22:40:29 2015 +0100 |
tree | 19c7c0eca190d6a2f964507c7b848b3c3d32524b | |
parent | c84b528c082a396443104f6931691948c088d94b [diff] |
staging: rtl8723au: Fix mis-placed break In 7c3a8f2a5ec95e2b13704562f36321e20ddfc190 I made a mistake and moved a break below a bracket, causing a situation where the for loop would always exit when it shouldn't. This patch corrects that mistake. Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>