]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8723au: Fix mis-placed break
authorJes Sorensen <Jes.Sorensen@redhat.com>
Mon, 23 Mar 2015 20:54:08 +0000 (16:54 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Mar 2015 21:40:29 +0000 (22:40 +0100)
commit480f7149f903c683b91fd92fb11e1cd1dae76e42
tree19c7c0eca190d6a2f964507c7b848b3c3d32524b
parent64db56d174b47bb54991e170f6f7d6d20cb2dda0
staging: rtl8723au: Fix mis-placed break

In b4797623ca0625529a2539edd0334f4b4a4ab2fd 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>
drivers/staging/rtl8723au/core/rtw_mlme_ext.c