From: Sanjeev Premi Date: Sat, 12 Dec 2009 00:16:37 +0000 (-0800) Subject: omap3: Fix OMAP35XX_REV macros X-Git-Tag: v2.6.33-rc1~295^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=435bb827499014ab0e57de75e9606861b08fe894;p=pandora-kernel.git omap3: Fix OMAP35XX_REV macros In original implementation, the revision passed to these macros contained revision number in lower nibble. But, later the revision bits (OMAP_REVBITS_XX) were defined to use omap_revision[15:08] where revision number is containied in higher nibble. This patch updates the macros; else incorrect revision is detected for OMAP35xx devices. Signed-off-by: Sanjeev Premi --- Reading git-diff-tree failed