1
0
Fork 0

pwm: pwm-bfin: Return proper error if pwmchip_remove() fails

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
hifive-unleashed-5.1
Axel Lin 2012-07-01 12:57:00 +08:00 committed by Thierry Reding
parent abeaf75527
commit b50675dcc3
1 changed files with 1 additions and 3 deletions

View File

@ -146,9 +146,7 @@ static int __devexit bfin_pwm_remove(struct platform_device *pdev)
{
struct bfin_pwm_chip *pwm = platform_get_drvdata(pdev);
pwmchip_remove(&pwm->chip);
return 0;
return pwmchip_remove(&pwm->chip);
}
static struct platform_driver bfin_pwm_driver = {