From mboxrd@z Thu Jan 1 00:00:00 1970 From: marek.vasut@gmail.com (Marek Vasut) Date: Mon, 16 Jan 2012 22:19:25 +0100 Subject: [PATCH] ARM: clock-mx28: Fix end of loop condition In-Reply-To: <20120116210700.GA5823@pengutronix.de> References: <1326740477-21576-1-git-send-email-fabio.estevam@freescale.com> <20120116210700.GA5823@pengutronix.de> Message-ID: <201201162219.25838.marek.vasut@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org > On Mon, Jan 16, 2012 at 06:55:04PM -0200, Fabio Estevam wrote: > > On Mon, Jan 16, 2012 at 6:52 PM, Marek Vasut wrote: > > > I see ... ignore my previous comment ;-) > > > > Sorry for the noise of my previous patch. I think this issue can be > > solved by just increasing the timeout value. > > > > I will make more tests to confirm and post a new patch. > > Please make it proper and use some real timeout value (measured in us) > instead of this random loop counter. Good point