Re: [PATCH] OMAP4: prcm: Use logical OR instead of bitwise OR

2010-03-02 Thread Paul Walmsley
On Mon, 1 Mar 2010, Rajendra Nayak wrote: > This patch fixes usage of bitwise OR in if conditions, and instead > uses logical OR. > > Signed-off-by: Rajendra Nayak > Cc: Abhijit Pagare Thanks, queued for .34-rcX. - Paul -- To unsubscribe from this list: send the line "unsubscribe linux-omap

[PATCH] OMAP4: prcm: Use logical OR instead of bitwise OR

2010-03-01 Thread Rajendra Nayak
This patch fixes usage of bitwise OR in if conditions, and instead uses logical OR. Signed-off-by: Rajendra Nayak Cc: Abhijit Pagare --- arch/arm/mach-omap2/clockdomain.c |6 +++--- arch/arm/mach-omap2/powerdomain.c |2 +- arch/arm/mach-omap2/prcm.c|4 ++-- 3 files changed,