commit | 8a37c4b7b1e990fbf58b79204472f2add6b65841 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Wed Oct 04 15:53:56 2017 -0500 |
committer | Matt Spinler <spinler@us.ibm.com> | Mon Oct 09 10:21:55 2017 -0500 |
tree | 30187d24c9418f244a4d4ac889babbf5a1e95be8 | |
parent | c923ce9dd41e9a064dc0a0b11c601599dc6acdd9 [diff] |
Retry on ENODEV errnos This errno can be returned by certain device drivers when they are in the process of being unbound. Retrying will give the driver time to finish unbinding, and phosphor-hwmon will then die off naturally as phosphor-hwmon's lifetime is tied to the loaded driver's. Resolves openbmc/openbmc#2401 Change-Id: Ife888f3b608d7694d22f95412a7d320377daefa4 Signed-off-by: Matt Spinler <spinler@us.ibm.com>