net/llc: storing negative error codes in unsigned short
authorDan Carpenter <error27@gmail.com>
Thu, 16 Sep 2010 08:12:55 +0000 (08:12 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 17 Sep 2010 05:38:23 +0000 (22:38 -0700)
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>

No differences found