aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial
diff options
context:
space:
mode:
authorshemminger@osdl.org <shemminger@osdl.org>2006-08-28 13:00:45 -0400
committerJeff Garzik <jeff@garzik.org>2006-08-29 17:18:29 -0400
commitfba5008cda606488cf42b60de60b4414cc2276ad (patch)
tree0cf28b14ceac3281a97972e9b048e747fec7f5e9 /drivers/serial
parent699a71238856b19091503c671bac8abb1e3f9a3a (diff)
[PATCH] sky2: remove cloned/pskb_expand_head check
The code to handle cloned skb overwriting is unnecessary in the sky2 driver and is buggy. The bug is that pskb_expand_head can change the skb but the driver has already mapped in the header. Since the sky2 hardware doesn't need to overwrite memory, the buggy code can just be removed; it was mistakenly copied from the tg3 driver. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/serial')
0 files changed, 0 insertions, 0 deletions