From: Dan Carpenter Date: Thu, 9 Feb 2012 00:46:47 +0000 (+0000) Subject: isdn: type bug in isdn_net_header() X-Git-Tag: v3.3-rc4~34^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a46e0f95664bb65e3256f3c53b14b8a627c656b;p=pandora-kernel.git isdn: type bug in isdn_net_header() We use len to store the return value from eth_header(). eth_header() can return -ETH_HLEN (-14). We want to pass this back instead of truncating it to 65522 and returning that. Signed-off-by: Dan Carpenter Acked-by: Neil Horman Signed-off-by: David S. Miller --- Reading git-diff-tree failed