Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332917
b: refs/heads/master
c: 594f88e
h: refs/heads/master
i:
  332915: 4e9e544
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Oct 8, 2012
1 parent 162a11f commit d29d362
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: 9545f4e2beb1b4faae5b57250f18b0047fa191fc
refs/heads/master: 594f88e96ebaf290e6509b37fff84b310ec1f155
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/chelsio/cxgb4/t4_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ static int t4_memory_rw(struct adapter *adap, int mtype, u32 addr, u32 len,
if ((addr & 0x3) || (len & 0x3))
return -EINVAL;

data = vmalloc(MEMWIN0_APERTURE/sizeof(__be32));
data = vmalloc(MEMWIN0_APERTURE);
if (!data)
return -ENOMEM;

Expand Down

0 comments on commit d29d362

Please sign in to comment.