commit | 071beb7c5ee37e778f8a85c95e271d93f0e6ffef | [log] [tgz] |
---|---|---|
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Wed Jul 07 18:28:09 2021 +0200 |
committer | Thierry Reding <thierry.reding@gmail.com> | Thu Sep 02 21:38:44 2021 +0200 |
tree | a1ffd4436f6b23b256bd33c3774885b03818b93f | |
parent | 0aa2bec5a8ed0f5f3c01f218f7bd37981f043de9 [diff] |
pwm: lp3943: Simplify using devm_pwmchip_add() This allows to drop the platform_driver's remove function. This is the only user of driver data so this can go away, too. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>