Loading drivers/pwm/pwm-atmel.c +2 −0 Original line number Diff line number Diff line Loading @@ -362,6 +362,8 @@ static int atmel_pwm_probe(struct platform_device *pdev) platform_set_drvdata(pdev, atmel_pwm); return ret; unprepare_clk: clk_unprepare(atmel_pwm->clk); return ret; Loading Loading
drivers/pwm/pwm-atmel.c +2 −0 Original line number Diff line number Diff line Loading @@ -362,6 +362,8 @@ static int atmel_pwm_probe(struct platform_device *pdev) platform_set_drvdata(pdev, atmel_pwm); return ret; unprepare_clk: clk_unprepare(atmel_pwm->clk); return ret; Loading