Problem in physmap.c

David Woodhouse dwmw2 at passion.cygnus.co.uk
Thu Jul 20 10:19:30 EDT 2000


On Wed, 19 Jul 2000, Simon Munton wrote:

> The call to ioremap() in init_physmap() has its arguments swapped:
> 
> currently it is
> 	physmap_map.map_priv_1 = (unsigned long)ioremap(WINDOW_SIZE,
> WINDOW_ADDR);
> 
> and it should be:
> 	physmap_map.map_priv_1 = (unsigned long)ioremap(WINDOW_ADDR,
> WINDOW_SIZE);

Doh! Fixed. Thanks.

Please don't send mail to the 'mtd-cvs' list - that's just for the CVS
commit logs which people wanted me to remove from the real list.

--
dwmw2



To unsubscribe, send "unsubscribe mtd" to majordomo at infradead.org



More information about the linux-mtd mailing list