From bda8ddf49559c86a73f940d0144d0e3ca1ec9087 Mon Sep 17 00:00:00 2001 From: Nishanth Menon Date: Sun, 22 Nov 2009 10:11:12 -0800 Subject: [PATCH] --- yaml --- r: 172801 b: refs/heads/master c: 05574bb27a8a46d354582e72691ff6cb40712da9 h: refs/heads/master i: 172799: 361162ae0e4d736a3741b5991722df8ff533f99d v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-omap2/id.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 975ed0023df4..78a34dd663a2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 839c978794f3d2d0dce4693bbb087f9507bbab9b +refs/heads/master: 05574bb27a8a46d354582e72691ff6cb40712da9 diff --git a/trunk/arch/arm/mach-omap2/id.c b/trunk/arch/arm/mach-omap2/id.c index 441ca26270a5..6c11b41b4d44 100644 --- a/trunk/arch/arm/mach-omap2/id.c +++ b/trunk/arch/arm/mach-omap2/id.c @@ -352,8 +352,8 @@ void __init omap2_check_revision(void) if (cpu_is_omap24xx()) omap24xx_check_revision(); else if (cpu_is_omap34xx()) { - omap3_check_features(); omap3_check_revision(); + omap3_check_features(); omap3_cpuinfo(); } else if (cpu_is_omap44xx()) {