pwm: core: Replace custom implementation of device_match_fwnode()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 27 Sep 2022 17:22:58 +0000 (20:22 +0300)
committerThierry Reding <thierry.reding@gmail.com>
Wed, 28 Sep 2022 14:54:25 +0000 (16:54 +0200)
commitb4319802867515ca6e492bff54879bc22a71a62c
tree757592414f5bb3fddb96bdf0f304099bbcf10191
parentd632e864351ac3df3ab4bb224ba27b0634ce93be
pwm: core: Replace custom implementation of device_match_fwnode()

Replace custom implementation of the device_match_fwnode(). This hides
the implementation details and makes future changes easier.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/core.c