From ed2be12e0a2901176ad2930443322d4aa53fe6b0 Mon Sep 17 00:00:00 2001 From: Jes Sorensen Date: Mon, 23 Mar 2015 16:54:08 -0400 Subject: [PATCH] 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-format-patch failed