aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/mtd/nand/bf5xx_nand.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/mtd/nand/bf5xx_nand.c b/drivers/mtd/nand/bf5xx_nand.c
index e259a7b75b2d..6cf7fb86c256 100644
--- a/drivers/mtd/nand/bf5xx_nand.c
+++ b/drivers/mtd/nand/bf5xx_nand.c
@@ -684,8 +684,7 @@ static int __devinit bf5xx_nand_probe(struct platform_device *pdev)
684 dev_dbg(&pdev->dev, "(%p)\n", pdev); 684 dev_dbg(&pdev->dev, "(%p)\n", pdev);
685 685
686 if (peripheral_request_list(bfin_nfc_pin_req, DRV_NAME)) { 686 if (peripheral_request_list(bfin_nfc_pin_req, DRV_NAME)) {
687 printk(KERN_ERR DRV_NAME 687 dev_err(&pdev->dev, "requesting Peripherals failed\n");
688 ": Requesting Peripherals failed\n");
689 return -EFAULT; 688 return -EFAULT;
690 } 689 }
691 690