"No Flash Chips Recognized." error.

David Woodhouse dwmw2 at infradead.org
Tue Feb 19 16:30:25 EST 2002


min at hello.org said:
> Yes, I have this: 
>       printk("Chip with mfr %02x, id %02x unknown. Tell dwmw2\n");

It's still printing two random values off the stack instead of the actual 
mfr and id values. Add the actual numbers.

	printk("Chip with mfr %02x, id %02x unknown. Tell dwmw2\n", mfr, id);

--
dwmw2






More information about the linux-mtd mailing list