hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/hwmon/xgene-hwmon.c
....@@ -768,6 +768,7 @@
768768 {
769769 struct xgene_hwmon_dev *ctx = platform_get_drvdata(pdev);
770770
771
+ cancel_work_sync(&ctx->workq);
771772 hwmon_device_unregister(ctx->hwmon_dev);
772773 kfifo_free(&ctx->async_msg_fifo);
773774 if (acpi_disabled)