Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9615
b: refs/heads/master
c: bb53d6d
h: refs/heads/master
i:
  9613: 6c3fdd4
  9611: bb32205
  9607: 2d6aa52
  9599: 686c8d6
v: v3
  • Loading branch information
Komuro authored and Jeff Garzik committed Oct 4, 2005
1 parent c62bf78 commit 73804ec
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: 8cb6108baee9dcd1dc96f476fe217d6a6b53c994
refs/heads/master: bb53d6d0e70cd0749a7844efc62cefeb24b134b6
2 changes: 1 addition & 1 deletion trunk/drivers/net/pcmcia/smc91c92_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1832,7 +1832,7 @@ static void fill_multicast_tbl(int count, struct dev_mc_list *addrs,
{
struct dev_mc_list *mc_addr;

for (mc_addr = addrs; mc_addr && --count > 0; mc_addr = mc_addr->next) {
for (mc_addr = addrs; mc_addr && count-- > 0; mc_addr = mc_addr->next) {
u_int position = ether_crc(6, mc_addr->dmi_addr);
#ifndef final_version /* Verify multicast address. */
if ((mc_addr->dmi_addr[0] & 1) == 0)
Expand Down

0 comments on commit 73804ec

Please sign in to comment.