diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2012-02-09 00:46:47 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-02-09 20:41:29 (GMT) |
commit | 5a46e0f95664bb65e3256f3c53b14b8a627c656b (patch) | |
tree | 40af93d61166e8beaa8ba4271aee9ce1e4d116c6 /drivers/macintosh | |
parent | 16bda13d90c8d5da243e2cfa1677e62ecce26860 (diff) | |
download | linux-fsl-qoriq-5a46e0f95664bb65e3256f3c53b14b8a627c656b.tar.xz |
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 <dan.carpenter@oracle.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/macintosh')
0 files changed, 0 insertions, 0 deletions