]> git.baikalelectronics.ru Git - kernel.git/commit
omap3: id: fix 3630 rev detection
authorNishanth Menon <nm@ti.com>
Mon, 16 Aug 2010 06:21:19 +0000 (09:21 +0300)
committerTony Lindgren <tony@atomide.com>
Mon, 16 Aug 2010 06:21:19 +0000 (09:21 +0300)
commit89e8500f8a29ca9bc8c45c9e0dd4e7052f2a7a7a
tree8df99daade349e90568d8c8f27c55012cbd4601b
parentd1a5ef25f4f4034bef7991998f8f95568eb6224a
omap3: id: fix 3630 rev detection

Wrong placement of break causes all revisions of 3630 to be
detected as 3630 es1.2, we need to break main loop if we have
an identified chip, default falls through as in the rest of the
switches in this function.

Cc: Paul Walmsley <paul@pwsan.com>
Cc: Sanjeev Premi <premi@ti.com>
Cc: Kevin Hilman <khilman@deeprootsystems.com>
Cc: Manjunath K <manjugk@ti.com>
Cc: Anand Gadiyar <gadiyar@ti.com>
Cc: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/id.c