[PATCH 1/3] Fix Unlikely(x) == y

Geoff Levand geoffrey.levand at am.sony.com
Sun Feb 17 05:41:52 EST 2008


On 02/16/2008 08:08 AM, Roel Kluin wrote:
> The patch below was not yet tested. If it's correct as it is, please comment.

> -	if (unlikely(plug) == NO_IRQ) {
> +	if (unlikely(plug == NO_IRQ)) {

A good catch!  I'll put it in with some other 2.6.25 bug fixes.

-Geoff




More information about the Linuxppc-dev mailing list