Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pwm: meson: Drop always false check from .request()
In .request() pwm_get_chip_data() returns NULL always since commit e926b12 ("pwm: Clear chip_data in pwm_put()"). (And if it didn't returning 0 would be wrong because then .request() wouldn't reenable the clk which the other driver code depends on.) Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
- Loading branch information