From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Tue, 06 Apr 2010 10:10:20 -0700 Subject: [U-Boot] [PATCH v2 RFC] fix lockup in mcfmii/mii_discover_phy() in case communication fails In-Reply-To: <1270545182-7131-1-git-send-email-w.wegner@astro-kom.de> References: <4BBB0F0B.20656.CF060@w.wegner.astro-kom.de> <1270545182-7131-1-git-send-email-w.wegner@astro-kom.de> Message-ID: <4BBB6AFC.8040007@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wolfgang, On 4/6/2010 2:13 AM, Wolfgang Wegner wrote: > Signed-off-by: Wolfgang Wegner > --- > modified formatting of inner for() loop and changed if(cond){...} to > if(!cond) continue; to avoid deep indentation. > > drivers/net/mcfmii.c | 45 +++++++++++++++++++++++---------------------- > 1 files changed, 23 insertions(+), 22 deletions(-) > Much better. Applied to net repo. thanks, Ben