From c2f8cab43d7fd414c4392b474fd73b717b87deca Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Sat, 7 Jun 2008 08:49:00 +0100 Subject: [PATCH] --- yaml --- r: 106428 b: refs/heads/master c: 90574d0a4d4b73308ae54a2a57a4f3f1fa98e984 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/mtd/nand/atmel_nand.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index b446d00cef66..70c912624507 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e150d6e725c014d72106a8610be40b7b08beb77a +refs/heads/master: 90574d0a4d4b73308ae54a2a57a4f3f1fa98e984 diff --git a/trunk/drivers/mtd/nand/atmel_nand.c b/trunk/drivers/mtd/nand/atmel_nand.c index 325ce29f53fc..50700ab5a57a 100644 --- a/trunk/drivers/mtd/nand/atmel_nand.c +++ b/trunk/drivers/mtd/nand/atmel_nand.c @@ -29,8 +29,8 @@ #include #include -#include -#include +#include +#include #include @@ -444,7 +444,7 @@ static int __init atmel_nand_probe(struct platform_device *pdev) if (host->board->det_pin) { if (gpio_get_value(host->board->det_pin)) { - printk ("No SmartMedia card inserted.\n"); + printk("No SmartMedia card inserted.\n"); res = ENXIO; goto err_no_card; }