Thread (2 messages) 2 messages, 2 authors, 2013-12-06

Re: [PATCHv13][ 1/4] video: imxfb: Introduce regulator support.

From: Sascha Hauer <s.hauer@pengutronix.de>
Date: 2013-12-06 07:12:56
Also in: linux-arm-kernel

On Thu, Dec 05, 2013 at 04:43:36PM +0100, Denis Carikli wrote:
quoted hunk ↗ jump to hunk
This commit is based on the following commit by Fabio Estevam:
@@ -1020,6 +1045,12 @@ static int imxfb_probe(struct platform_device *pdev)
 		goto failed_register;
 	}
 
+	fbi->reg_lcd = devm_regulator_get(&pdev->dev, "lcd");
+	if (IS_ERR(fbi->reg_lcd)) {
+		dev_info(&pdev->dev, "No lcd regulator used.\n");
Please remove this log spam or at least reduce it to dev_dbg. That's the
typical message to which our customers keep asking us whether that's
something they have to care about.

Also, you should check for -EPROBE_DEFER here and return it in this
case.

Sascha


-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help