Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78486
b: refs/heads/master
c: 17159b0
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and David S. Miller committed Jan 28, 2008
1 parent 82fb8a7 commit 870c883
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9ad0977fe10bd5d052a6db7738afe017367c2e32
refs/heads/master: 17159b0b494ad27f397f914d6eab1b91faf57630
2 changes: 1 addition & 1 deletion trunk/drivers/parisc/led.c
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ static __inline__ int led_get_net_activity(void)
struct in_device *in_dev = __in_dev_get_rcu(dev);
if (!in_dev || !in_dev->ifa_list)
continue;
if (LOOPBACK(in_dev->ifa_list->ifa_local))
if (ipv4_is_loopback(in_dev->ifa_list->ifa_local))
continue;
stats = dev->get_stats(dev);
rx_total += stats->rx_packets;
Expand Down

0 comments on commit 870c883

Please sign in to comment.