public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH V2 3/6] mtd: bcm47xxnflash: fix message
@ 2013-01-28 10:25 Rafał Miłecki
  2013-01-28 10:25 ` [PATCH V2 4/6] mtd: bcm47xxnflash: register this as normal driver Rafał Miłecki
  2013-02-04  8:35 ` [PATCH V2 3/6] mtd: bcm47xxnflash: fix message Artem Bityutskiy
  0 siblings, 2 replies; 6+ messages in thread
From: Rafał Miłecki @ 2013-01-28 10:25 UTC (permalink / raw)
  To: linux-mtd, Artem Bityutskiy, David Woodhouse; +Cc: Hauke Mehrtens

From: Hauke Mehrtens <hauke@hauke-m.de>

This is not a serial flash driver, but a nand flash driver

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
V2: break line to match 80 chars
---
 drivers/mtd/nand/bcm47xxnflash/main.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/mtd/nand/bcm47xxnflash/main.c b/drivers/mtd/nand/bcm47xxnflash/main.c
index 8363a9a..3e20762 100644
--- a/drivers/mtd/nand/bcm47xxnflash/main.c
+++ b/drivers/mtd/nand/bcm47xxnflash/main.c
@@ -94,7 +94,8 @@ static int __init bcm47xxnflash_init(void)
 	 */
 	err = platform_driver_probe(&bcm47xxnflash_driver, bcm47xxnflash_probe);
 	if (err)
-		pr_err("Failed to register serial flash driver: %d\n", err);
+		pr_err("Failed to register bcm47xx nand flash driver: %d\n",
+		       err);
 
 	return err;
 }
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-02-04  9:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-28 10:25 [PATCH V2 3/6] mtd: bcm47xxnflash: fix message Rafał Miłecki
2013-01-28 10:25 ` [PATCH V2 4/6] mtd: bcm47xxnflash: register this as normal driver Rafał Miłecki
2013-01-28 19:57   ` Hauke Mehrtens
2013-02-04  8:35 ` [PATCH V2 3/6] mtd: bcm47xxnflash: fix message Artem Bityutskiy
2013-02-04  8:42   ` Rafał Miłecki
2013-02-04  9:02     ` Artem Bityutskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox