Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202983
b: refs/heads/master
c: 469c221
h: refs/heads/master
i:
  202981: 61a4bd6
  202979: 5f74d55
  202975: 24c292a
v: v3
  • Loading branch information
Sucheta Chakraborty authored and David S. Miller committed Jun 17, 2010
1 parent afc7d4d commit 0515129
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: 49e4b8476f89956ec64b8b9fb7074cb4309a1169
refs/heads/master: 469c221f97879c0e01967df813ab58dab1d5d64a
2 changes: 1 addition & 1 deletion trunk/drivers/net/qlcnic/qlcnic_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ int qlcnic_pinit_from_rom(struct qlcnic_adapter *adapter)

/* resetall */
qlcnic_rom_lock(adapter);
QLCWR32(adapter, QLCNIC_ROMUSB_GLB_SW_RESET, 0xffffffff);
QLCWR32(adapter, QLCNIC_ROMUSB_GLB_SW_RESET, 0xfeffffff);
qlcnic_rom_unlock(adapter);

if (qlcnic_rom_fast_read(adapter, 0, &n) != 0 || (n != 0xcafecafe) ||
Expand Down

0 comments on commit 0515129

Please sign in to comment.