From 5133c6e65912c6926b0de985c4a09c969cdfc3a2 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Sat, 1 Apr 2006 00:49:35 -0800 Subject: [PATCH] --- yaml --- r: 25017 b: refs/heads/master c: 15901dc93fa4253bfb3661644ecad67c2e83213c h: refs/heads/master i: 25015: fb286488476e6bedb21506e0afca0bf4ce7ec8c1 v: v3 --- [refs] | 2 +- trunk/drivers/net/arcnet/com90xx.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 42d0a15a278b..fbdec2c6415d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5c516c10198a8258c0c40f200a5a01a3fa0a0de4 +refs/heads/master: 15901dc93fa4253bfb3661644ecad67c2e83213c diff --git a/trunk/drivers/net/arcnet/com90xx.c b/trunk/drivers/net/arcnet/com90xx.c index 43150b2bd13f..0d45553ff75c 100644 --- a/trunk/drivers/net/arcnet/com90xx.c +++ b/trunk/drivers/net/arcnet/com90xx.c @@ -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);