Re: [Patch] net/sched/sch_generic.c: fix an error pointer

From: David Miller
Date: Fri Jun 27 2008 - 22:52:17 EST


From: WANG Cong <xiyou.wangcong@xxxxxxxxx>
Date: Sat, 21 Jun 2008 20:55:26 +0100

> ERR_PTR() ususally encodes an negative errno, not positive.
>
> Note, in the following patch, 'err' is initialized as:
>
> int err = -ENOBUFS;
>
> Signed-off-by: WANG Cong <wcong@xxxxxxxxxxxxxxxxxx>

Patch applied, th anks.
--
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/