summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-omap-dmtimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pwm/pwm-omap-dmtimer.c')
-rw-r--r--drivers/pwm/pwm-omap-dmtimer.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/pwm/pwm-omap-dmtimer.c b/drivers/pwm/pwm-omap-dmtimer.c
index 665da3c8fbce..f45798679e3c 100644
--- a/drivers/pwm/pwm-omap-dmtimer.c
+++ b/drivers/pwm/pwm-omap-dmtimer.c
@@ -264,8 +264,9 @@ static int pwm_omap_dmtimer_probe(struct platform_device *pdev)
264 264
265 timer_pdata = dev_get_platdata(&timer_pdev->dev); 265 timer_pdata = dev_get_platdata(&timer_pdev->dev);
266 if (!timer_pdata) { 266 if (!timer_pdata) {
267 dev_err(&pdev->dev, "dmtimer pdata structure NULL\n"); 267 dev_dbg(&pdev->dev,
268 ret = -EINVAL; 268 "dmtimer pdata structure NULL, deferring probe\n");
269 ret = -EPROBE_DEFER;
269 goto put; 270 goto put;
270 } 271 }
271 272