Commit 3bd90303 authored by Stefan Richter's avatar Stefan Richter

ieee1394: eth1394: superfluous local variable

Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
parent 821f3eff
......@@ -1153,8 +1153,6 @@ static int ether1394_data_handler(struct net_device *dev, int srcid, int destid,
pdg->sz++;
lh = find_partial_datagram(pdgl, dgl);
} else {
struct partial_datagram *pd;
pd = list_entry(lh, struct partial_datagram, list);
if (fragment_overlap(&pd->frag_info, fg_off, fg_len)) {
......
Markdown is supported
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