Commit 4d54bf77 authored by David Woodhouse's avatar David Woodhouse

MTD: Compile fix for the typo fix in ixp2000 map driver.

Signed-off-by: default avatarDeepak Saxena <dsaxena@plexity.net>
Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 58243f95
/* /*
* $Id: ixp2000.c,v 1.4 2004/11/04 13:24:15 gleixner Exp $ * $Id: ixp2000.c,v 1.5 2004/11/16 17:15:48 dsaxena Exp $
* *
* drivers/mtd/maps/ixp2000.c * drivers/mtd/maps/ixp2000.c
* *
...@@ -226,7 +226,7 @@ static int ixp2000_flash_probe(struct device *_dev) ...@@ -226,7 +226,7 @@ static int ixp2000_flash_probe(struct device *_dev)
* Enable erratum 44 workaround for NPUs with broken slowport * Enable erratum 44 workaround for NPUs with broken slowport
*/ */
errata44_workaround = ixp2000_has_broken_slowport(); erratum44_workaround = ixp2000_has_broken_slowport();
dev_info(_dev, "Erratum 44 workaround %s\n", dev_info(_dev, "Erratum 44 workaround %s\n",
erratum44_workaround ? "enabled" : "disabled"); erratum44_workaround ? "enabled" : "disabled");
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment