mbox series

[0/3] hwmon: (w83627ehf) Cleanups

Message ID 20210709184501.6546-1-W_Armin@gmx.de (mailing list archive)
Headers show
Series hwmon: (w83627ehf) Cleanups | expand

Message

Armin Wolf July 9, 2021, 6:44 p.m. UTC
From: Armin Wolf <W_Armin@gmx.de>

This patch series is cleaning up the pm, init and exits
paths of the w83627ehf driver.
This mainly makes the code more readable.


Armin Wolf (3):
  hwmon: (w83627ehf) Use platform_create_bundle
  hwmon: (w83627ehf) Remove w83627ehf_remove()
  hwmon: (w83627ehf) Switch to SIMPLE_DEV_PM_OPS

 drivers/hwmon/w83627ehf.c | 118 +++++++-------------------------------
 1 file changed, 21 insertions(+), 97 deletions(-)

--
2.20.1

Comments

Guenter Roeck July 9, 2021, 8:57 p.m. UTC | #1
On 7/9/21 11:44 AM, W_Armin@gmx.de wrote:
> From: Armin Wolf <W_Armin@gmx.de>
> 
> This patch series is cleaning up the pm, init and exits
> paths of the w83627ehf driver.
> This mainly makes the code more readable.
> 
> 
> Armin Wolf (3):
>    hwmon: (w83627ehf) Use platform_create_bundle
>    hwmon: (w83627ehf) Remove w83627ehf_remove()
>    hwmon: (w83627ehf) Switch to SIMPLE_DEV_PM_OPS
> 
>   drivers/hwmon/w83627ehf.c | 118 +++++++-------------------------------
>   1 file changed, 21 insertions(+), 97 deletions(-)
> 
> --
> 2.20.1
> 
Series applied.

Thanks,
Guenter