diff options
| author | Stephen Rothwell <sfr@canb.auug.org.au> | 2021-04-20 10:49:01 +1000 |
|---|---|---|
| committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2021-04-20 10:49:01 +1000 |
| commit | 290041e89054bc90232b5480c4e401e8b7769cce (patch) | |
| tree | 23937acce13d753574c941f687b9359978021f8f | |
| parent | 15abfc0b98fe7591e88e31bbf20d7f973e11eb91 (diff) | |
| parent | 67f8e65e4fc19e24993e8780f41279eeffbd0610 (diff) | |
| download | linux-next-290041e89054bc90232b5480c4e401e8b7769cce.tar.gz | |
Merge remote-tracking branch 'ieee1394/for-next'
Notice: this object is not reachable from any branch.
Notice: this object is not reachable from any branch.
| -rw-r--r-- | drivers/firewire/net.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/firewire/net.c b/drivers/firewire/net.c index 715e491dfbc33..28785642a5c55 100644 --- a/drivers/firewire/net.c +++ b/drivers/firewire/net.c @@ -490,7 +490,6 @@ static int fwnet_finish_incoming_packet(struct net_device *net, { struct fwnet_device *dev; int status; - __be64 guid; switch (ether_type) { case ETH_P_ARP: @@ -512,7 +511,6 @@ static int fwnet_finish_incoming_packet(struct net_device *net, * Parse the encapsulation header. This actually does the job of * converting to an ethernet-like pseudo frame header. */ - guid = cpu_to_be64(dev->card->guid); if (dev_hard_header(skb, net, ether_type, is_broadcast ? net->broadcast : net->dev_addr, NULL, skb->len) >= 0) { |
