···7373 IRQF_TRIGGER_RISING | IRQF_ONESHOT,7474 "soc_dts", soc_dts);7575 if (err) {7676- pr_err("request_threaded_irq ret %d\n", err);7777- goto error_irq;7676+ /*7777+ * Do not just error out because the user space thermal7878+ * daemon such as DPTF may use polling instead of being7979+ * interrupt driven.8080+ */8181+ pr_warn("request_threaded_irq ret %d\n", err);7882 }7983 }8084···9288error_trips:9389 if (soc_dts_thres_irq)9490 free_irq(soc_dts_thres_irq, soc_dts);9595-error_irq:9691 intel_soc_dts_iosf_exit(soc_dts);97929893 return err;