From: Jes Sorensen Date: Mon, 23 Mar 2015 20:54:08 +0000 (-0400) Subject: staging: rtl8723au: Fix mis-placed break X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~137 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed2be12e0a2901176ad2930443322d4aa53fe6b0;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed