From: Dan Carpenter Date: Thu, 16 Sep 2010 08:12:55 +0000 (+0000) Subject: net/llc: storing negative error codes in unsigned short X-Git-Tag: v2.6.36-rc5~12^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2507136f74f70a4869bd4f525d48715ae66db43d;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed