Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177151
b: refs/heads/master
c: dae3a51
h: refs/heads/master
i:
  177149: 70528d4
  177147: b42ae40
  177143: 32694d0
  177135: 1564a07
  177119: 22762f3
  177087: dc48cf8
  177023: 9c92da6
  176895: 55d9bbb
  176639: c002ab4
  176127: a3c9286
v: v3
  • Loading branch information
stephen hemminger authored and David S. Miller committed Dec 15, 2009
1 parent 9102341 commit 4efd7d3
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: 8bf2805918e9ee3ccdc18590fec0416a01d635c9
refs/heads/master: dae3a5112d258764cad9e48439ca7dd05c2edca1
2 changes: 1 addition & 1 deletion trunk/drivers/net/sky2.c
Original file line number Diff line number Diff line change
Expand Up @@ -4530,7 +4530,7 @@ static const char *sky2_name(u8 chipid, char *buf, int sz)
"Optima", /* 0xbc */
};

if (chipid >= CHIP_ID_YUKON_XL && chipid < CHIP_ID_YUKON_OPT)
if (chipid >= CHIP_ID_YUKON_XL && chipid <= CHIP_ID_YUKON_OPT)
strncpy(buf, name[chipid - CHIP_ID_YUKON_XL], sz);
else
snprintf(buf, sz, "(chip %#x)", chipid);
Expand Down

0 comments on commit 4efd7d3

Please sign in to comment.