Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106428
b: refs/heads/master
c: 90574d0
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed Jun 7, 2008
1 parent 984fcf3 commit c2f8cab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e150d6e725c014d72106a8610be40b7b08beb77a
refs/heads/master: 90574d0a4d4b73308ae54a2a57a4f3f1fa98e984
6 changes: 3 additions & 3 deletions trunk/drivers/mtd/nand/atmel_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
#include <linux/mtd/nand.h>
#include <linux/mtd/partitions.h>

#include <asm/gpio.h>
#include <asm/io.h>
#include <linux/gpio.h>
#include <linux/io.h>

#include <asm/arch/board.h>

Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit c2f8cab

Please sign in to comment.