Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352007
b: refs/heads/master
c: 1403f43
h: refs/heads/master
i:
  352005: ae00b7f
  352003: c47f008
  351999: ce666a4
v: v3
  • Loading branch information
Manish chopra authored and David S. Miller committed Jan 31, 2013
1 parent d8046bd commit a8d077a
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: 069048f18bc51fbfd08d2e08a9003c2681ce44dd
refs/heads/master: 1403f43a8fc8b1e1880b08a4c8a4ddac985171eb
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -2374,7 +2374,7 @@ int qlcnic_83xx_flash_read32(struct qlcnic_adapter *adapter, u32 flash_addr,
if (ret == -EIO)
return -EIO;
word = ret;
*p_data = word;
*(u32 *)p_data = word;
p_data = p_data + 4;
addr = addr + 4;
}
Expand Down

0 comments on commit a8d077a

Please sign in to comment.