commit | 602476ec04e13da8156e23d9e11bfcb17071dcc0 | [log] [tgz] |
---|---|---|
author | SRICHARAN R <r.sricharan@ti.com> | Mon Mar 12 02:25:39 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue May 15 08:31:24 2012 +0200 |
tree | 53692cdf7c052e84777f7fddbfcf15f7066301b7 | |
parent | 698a1f22dbf58325ce8fbfc9737d60de1c81265b [diff] |
OMAP5: hwinit: Add the missing break statement The break statement is missing in init_omap_revision function, resulting in a wrong revision identification. So fixing this. Signed-off-by: R Sricharan <r.sricharan@ti.com>