Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0ee002b0 authored by Mike Frysinger's avatar Mike Frysinger Committed by David Woodhouse
Browse files

[MTD] [NAND] Blackfin NFC Driver: use standard dev_err() rather than printk()

parent a0dd2018
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;
	}