pwm: rockchip: Remove the judge from return value of pwm_config()
authorDavid Wu <david.wu@rock-chips.com>
Tue, 8 Aug 2017 15:38:30 +0000 (23:38 +0800)
committerThierry Reding <thierry.reding@gmail.com>
Fri, 18 Aug 2017 15:33:07 +0000 (17:33 +0200)
commitf90df9cda68d774c600860e32602b04c741bf95c
tree5021b586051cd927c7aeff61abc9b82436a701f9
parent27922ff59893e3445f69e397bcd92ae06fa89ca7
pwm: rockchip: Remove the judge from return value of pwm_config()

It seems the rockchip_pwm_config() always returns the result 0, so
remove the judge.

Signed-off-by: David Wu <david.wu@rock-chips.com>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-rockchip.c