commit | 01e123d79a23000f85c4cfb12a957908c0b2c3d8 | [log] [tgz] |
---|---|---|
author | WANG Cong <wcong@critical-links.com> | Fri Jun 27 19:51:35 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 27 19:51:35 2008 -0700 |
tree | bcce410625a8cca323dd02b153df785272f65ed7 | |
parent | 5dbaec5dc6a4895db8bf9765a867418481ed7311 [diff] |
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 <wcong@critical-links.com> Signed-off-by: David S. Miller <davem@davemloft.net>