Skip to content

Fix to no crash when there is no device

Gabriel Fedel requested to merge fix_no_dev into master

This fix remove a loop situation: when there is no device it goes to error state, and try to release the irq then goes to error state again. With this fix if there is no device the IOC goes to ERROR state and stays there, without crash.

https://jira.esss.lu.se/browse/ICSHWI-7652

Merge request reports