commit | cdd50a8d07cc648e8e2ec7b3f551b24bf2c45915 | [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 | 8de17f4617816919c4b73a3a1a377d5507596293 [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>