Re: [PATCH] ARM: OMAP: remove some dead code

2014-05-16 Thread Tony Lindgren
* Aaro Koskinen [140515 12:48]: > On Thu, May 15, 2014 at 09:16:21PM +0200, Paul Bolle wrote: > > A check for CONFIG_CBUS_TAHVO_USB was added in v2.6.17. The related > > Kconfig symbol has never been part of the tree. Remove that check. > > > > Replace the while (...) loop with a simple if (...)

Re: [PATCH] ARM: OMAP: remove some dead code

2014-05-15 Thread Aaro Koskinen
On Thu, May 15, 2014 at 09:16:21PM +0200, Paul Bolle wrote: > A check for CONFIG_CBUS_TAHVO_USB was added in v2.6.17. The related > Kconfig symbol has never been part of the tree. Remove that check. > > Replace the while (...) loop with a simple if (...) statement, while > we're at it. > > Signed

[PATCH] ARM: OMAP: remove some dead code

2014-05-15 Thread Paul Bolle
A check for CONFIG_CBUS_TAHVO_USB was added in v2.6.17. The related Kconfig symbol has never been part of the tree. Remove that check. Replace the while (...) loop with a simple if (...) statement, while we're at it. Signed-off-by: Paul Bolle --- Untested, as usual. A quick search across the hi