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