[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090122105810.GD32153@n2100.arm.linux.org.uk>
Date: Thu, 22 Jan 2009 10:58:10 +0000
From: Russell King - ARM Linux <linux@....linux.org.uk>
To: "Stanley.Miao" <stanley.miao@...driver.com>
Cc: linux-arm-kernel@...ts.arm.linux.org.uk, davem@...emloft.net,
netdev@...r.kernel.org, steve.glendinning@...c.com
Subject: Re: [PATCH 7/8] arm: convert omap ldp platform to use smsc911x
On Wed, Jan 21, 2009 at 11:06:09AM +0800, Stanley.Miao wrote:
> - ldp_smc911x_resources[0].start = cs_mem_base + 0x0;
> - ldp_smc911x_resources[0].end = cs_mem_base + 0xf;
> + ldp_smsc911x_resources[0].start = cs_mem_base + 0x0;
> + ldp_smsc911x_resources[0].end = cs_mem_base + 0x100;
This doesn't look right - 'end' is inclusive not exclusive. So this
reserves 257 bytes, not 256 bytes.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists