From: WANG Cong Date: Sat, 28 Jun 2008 02:51:35 +0000 (-0700) Subject: pkt_sched: ERR_PTR() ususally encodes an negative errno, not positive. X-Git-Tag: v2.6.26-rc9~84^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01e123d79a23000f85c4cfb12a957908c0b2c3d8;p=pandora-kernel.git pkt_sched: 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed