From 205efb455a7c5b3f554779665c863f0dd62dd2ee Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 30 Jul 2008 12:35:03 -0700 Subject: [PATCH] --- yaml --- r: 107291 b: refs/heads/master c: 0ee002b041cb45ab3cc5384b86271d41ccf90fe1 h: refs/heads/master i: 107289: 843718bddccc19bcc0a0ebf3a926fb5ddd3abe30 107287: 3f3c94133949a9cb091583d2ded4ee875d97d000 v: v3 --- [refs] | 2 +- trunk/drivers/mtd/nand/bf5xx_nand.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 5a241d54c1cd..50b2e87afc03 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a0dd20184becf5c90996d9ee0bb69426fe63581a +refs/heads/master: 0ee002b041cb45ab3cc5384b86271d41ccf90fe1 diff --git a/trunk/drivers/mtd/nand/bf5xx_nand.c b/trunk/drivers/mtd/nand/bf5xx_nand.c index e259a7b75b2d..6cf7fb86c256 100644 --- a/trunk/drivers/mtd/nand/bf5xx_nand.c +++ b/trunk/drivers/mtd/nand/bf5xx_nand.c @@ -684,8 +684,7 @@ static int __devinit bf5xx_nand_probe(struct platform_device *pdev) dev_dbg(&pdev->dev, "(%p)\n", pdev); if (peripheral_request_list(bfin_nfc_pin_req, DRV_NAME)) { - printk(KERN_ERR DRV_NAME - ": Requesting Peripherals failed\n"); + dev_err(&pdev->dev, "requesting Peripherals failed\n"); return -EFAULT; }