Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25017
b: refs/heads/master
c: 15901dc
h: refs/heads/master
i:
  25015: fb28648
v: v3
  • Loading branch information
Andrew Morton authored and David S. Miller committed Apr 1, 2006
1 parent 599057f commit 5133c6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 5c516c10198a8258c0c40f200a5a01a3fa0a0de4
refs/heads/master: 15901dc93fa4253bfb3661644ecad67c2e83213c
4 changes: 2 additions & 2 deletions trunk/drivers/net/arcnet/com90xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ static void __init com90xx_probe(void)
if (!io && !irq && !shmem && !*device && com90xx_skip_probe)
return;

shmems = kzalloc(((0x10000-0xa0000) / 0x800) * sizeof(unsigned long),
shmems = kzalloc(((0x100000-0xa0000) / 0x800) * sizeof(unsigned long),
GFP_KERNEL);
if (!shmems)
return;
iomem = kzalloc(((0x10000-0xa0000) / 0x800) * sizeof(void __iomem *),
iomem = kzalloc(((0x100000-0xa0000) / 0x800) * sizeof(void __iomem *),
GFP_KERNEL);
if (!iomem) {
kfree(shmems);
Expand Down

0 comments on commit 5133c6e

Please sign in to comment.