[PATCH v4 2/2] hwmon: (asus_atk0110) Make use of device managed memory

2018-06-01 Thread Bastian Germann
Use devm_* variants of kstrdup and kzalloc. Get rid of kfree cleanups. Signed-off-by: Bastian Germann --- drivers/hwmon/asus_atk0110.c | 44 +++- 1 file changed, 8 insertions(+), 36 deletions(-) diff --git a/drivers/hwmon/asus_atk0110.c b/drivers/hwmon/asus_atk01

Re: [PATCH v4 2/2] hwmon: (asus_atk0110) Make use of device managed memory

2018-06-01 Thread Guenter Roeck
On Fri, Jun 01, 2018 at 05:14:19PM +0200, Bastian Germann wrote: > Use devm_* variants of kstrdup and kzalloc. Get rid of kfree cleanups. > > Signed-off-by: Bastian Germann Thanks a lot for the cleanup and fast turnaround. Applied to hwmon-next. Thanks, Guenter -- To unsubscribe from this list