OSDN Git Service

hwmon: (w83627ehf) Fix memory leak in probe function
authorGuenter Roeck <linux@roeck-us.net>
Mon, 12 Mar 2012 15:33:10 +0000 (08:33 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Mar 2012 15:57:59 +0000 (08:57 -0700)
commit90b7d65c8cba8830ede8307a21a76c8757eefa3a
treeb6daaefa90a96211283e74a533acad23e4ee0f85
parentbaf9f08ae4a3e041e718b2e9843400faab15ccda
hwmon: (w83627ehf) Fix memory leak in probe function

commit 32260d94408c553dca4ce54104edf79941a27536 upstream.

The driver probe function leaked memory if creating the cpu0_vid attribute file
failed. Fix by converting the driver to use devm_kzalloc.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hwmon/w83627ehf.c