Re: [PATCH 02/68] 0 -> NULL, for arch/arm

From: Al Viro
Date: Fri Jul 27 2007 - 05:59:40 EST


On Fri, Jul 27, 2007 at 11:44:07AM +0200, Yoann Padioleau wrote:
> buf = alloc_safe_buffer(device_info, ptr, size, dir);
> - if (buf == 0) {
> + if (buf == NULL) {

if (!buf)
surely...
-
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/