diff options
Diffstat (limited to 'drivers/pwm/pwm-tegra.c')
| -rw-r--r-- | drivers/pwm/pwm-tegra.c | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/pwm/pwm-tegra.c b/drivers/pwm/pwm-tegra.c index 02ce18d5e49..057465e0553 100644 --- a/drivers/pwm/pwm-tegra.c +++ b/drivers/pwm/pwm-tegra.c @@ -187,10 +187,8 @@ static int tegra_pwm_probe(struct platform_device *pdev)  	}  	pwm->mmio_base = devm_request_and_ioremap(&pdev->dev, r); -	if (!pwm->mmio_base) { -		dev_err(&pdev->dev, "failed to ioremap() region\n"); +	if (!pwm->mmio_base)  		return -EADDRNOTAVAIL; -	}  	platform_set_drvdata(pdev, pwm);  |