From: Frans Klaver Date: Tue, 1 Sep 2015 20:59:25 +0000 (-0700) Subject: ARM: OMAP3: vc: fix 'or' always true warning X-Git-Tag: omap-for-v4.3/fixes-merge-window~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05f4f1abc274ac7e8e83424d0cef2d842db91815;p=pandora-kernel.git ARM: OMAP3: vc: fix 'or' always true warning Fix the warning: arch/arm/mach-omap2/vc.c:302:47: warning: logical ‘or’ of collectively exhaustive tests is always true [-Wlogical-op] As we're toggling both CLKREQ and OFFMODE, we should also be checking OFFMODE. Signed-off-by: Frans Klaver Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed