Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171023
b: refs/heads/master
c: 9a493e8
h: refs/heads/master
i:
  171021: aa9a512
  171019: f1c88f3
  171015: 941ccb7
  171007: 305b286
v: v3
  • Loading branch information
John W. Linville committed Oct 27, 2009
1 parent 9650105 commit 728ba10
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: 72f5f457564e8ebc6c38ee4f98ee59cd03c2f614
refs/heads/master: 9a493e8f4d78fc3f2494fa952500b720c86737d8
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/wl12xx/wl1251_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,11 @@ static int wl1251_chip_wakeup(struct wl1251 *wl)
wl1251_debug(DEBUG_BOOT, "chip id 0x%x (1251 PG12)",
wl->chip_id);
break;
case CHIP_ID_1251_PG10:
case CHIP_ID_1251_PG11:
wl1251_debug(DEBUG_BOOT, "chip id 0x%x (1251 PG11)",
wl->chip_id);
break;
case CHIP_ID_1251_PG10:
default:
wl1251_error("unsupported chip id: 0x%x", wl->chip_id);
ret = -ENODEV;
Expand Down

0 comments on commit 728ba10

Please sign in to comment.