hwmon: (xgene-hwmon) Add free before exiting xgene_hwmon_probe
authorPeiwei Hu <jlu.hpw@foxmail.com>
Tue, 28 Dec 2021 08:59:10 +0000 (16:59 +0800)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 28 Dec 2021 16:04:10 +0000 (08:04 -0800)
commit660d187887cf28bcd71e56008a71657811953189
tree9d7bfc51d097bd1ec36c952970cda7947986acbf
parentf103b2e5a6197586effb0b9a1b72c30b5d65b0cd
hwmon: (xgene-hwmon) Add free before exiting xgene_hwmon_probe

Call kfifo_free(&ctx->async_msg_fifo) before error exiting
instead of returning directly.

Signed-off-by: Peiwei Hu <jlu.hpw@foxmail.com>
Link: https://lore.kernel.org/r/tencent_C851C0324431466CBC22D60C5C6AC4A8E808@qq.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/xgene-hwmon.c