We shouldn't just be doing this when IICHID_SAMPLING is not defined. Also I think it's still worth logging that the interrupt setup failed.
Event: Halifax Hackathon 202606
Sponsored by: The FreeBSD Foundation
Differential D57886
iichid(4): Always release interrupt resource Authored by obiwac on Fri, Jun 26, 2:29 PM. Tags None Referenced Files
Subscribers
Details
We shouldn't just be doing this when IICHID_SAMPLING is not defined. Also I think it's still worth logging that the interrupt setup failed. Event: Halifax Hackathon 202606
Diff Detail
Event TimelineComment Actions LGTM! irq_res = bus_alloc_resource_any is not guarded with IICHID_SAMPLING. It should be paired. |