Skip to content

Commit

Permalink
ieee1394: eth1394: superfluous local variable
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
  • Loading branch information
Stefan Richter committed Oct 16, 2007
1 parent 821f3ef commit 3bd9030
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/ieee1394/eth1394.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit 3bd9030

Please sign in to comment.