RE: [PATCH] drivers/mtd/onenand/onenand_base.c unlikely(x) || unlikely(y) => unlikely(x || y)

From: Kyungmin Park
Date: Mon Feb 18 2008 - 02:48:55 EST


> Not yet tested.
> ---
> Replace unlikely(x) || unlikely(y) by unlikely(x || y)
>
> Signed-off-by: Roel Kluin <12o3l@xxxxxxxxxx>
Ack-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/