commit | 2507136f74f70a4869bd4f525d48715ae66db43d | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Thu Sep 16 08:12:55 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 16 22:38:23 2010 -0700 |
tree | a0dbb80d26c3c97935ddb549f2cab0d7c78aab3d | |
parent | e443e383242839b0d72efce744b7ba31573b1f99 [diff] |
net/llc: storing negative error codes in unsigned short If the alloc_skb() fails then we return 65431 instead of -ENOBUFS (-105). Signed-off-by: Dan Carpenter <error27@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>