SMP local timers and their CPUfreq notifiers setup on OMAP3
Russell King - ARM Linux
linux at arm.linux.org.uk
Fri Feb 17 05:47:58 EST 2012
On Fri, Feb 17, 2012 at 04:10:57PM +0530, Shilimkar, Santosh wrote:
> - if (!IS_ERR(twd_clk))
> + if ((!twd_evt) && (!__this_cpu_ptr(twd_evt)) && (!IS_ERR(twd_clk)))
Too many parens.
More information about the linux-arm-kernel
mailing list