Skip to content
Commit 2507136f authored by Dan Carpenter's avatar Dan Carpenter Committed by David S. Miller
Browse files

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: default avatarDan Carpenter <error27@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e443e383
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment