hwmon: (aquacomputer_d5next) Fix an error handling path in aqc_probe()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 22 May 2022 13:14:23 +0000 (15:14 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 22 May 2022 19:25:55 +0000 (12:25 -0700)
commit8877ecb0fc8d7662218a8e7ebb0650f320467935
tree581038cd05d1753cbe042cc46162c9d7a625756f
parent5ab312b3a8fef467e807e8d7672e65cabe2376fd
hwmon: (aquacomputer_d5next) Fix an error handling path in aqc_probe()

If no memory can be allocated, some resources still need to be released as
already done in the other error handling paths.

Fixes: 752b927951ea ("hwmon: (aquacomputer_d5next) Add support for Aquacomputer Octo")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/be6b955d50de140fcc96bd116150b435021bf567.1653225250.git.christophe.jaillet@wanadoo.fr
Reviewed-by: Aleksa Savic <savicaleksa83@gmail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/aquacomputer_d5next.c