commit | 81be00b1fd127a5dca22e51672ecbacb6d15341e | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Thu Sep 07 15:28:38 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 19 18:26:40 2017 +0000 |
tree | 775fe7ae62683e5d97c4a6bbdff22bfd979ceaf2 | |
parent | 3b090d148574e771cf4d8b7526fbca81fae1d4f0 [diff] |
Remove clearFaults calls The community wasn't thrilled with the device driver providing the clear_logged_faults command. As it isn't absolutely necessary for this code to do now, it is being removed. Note: Currently Device::clearFaults is a pure virtual function so it still needs to be defined in the UCD90160 class. A future commit may also remove these. Change-Id: I0b3a33d56987dd97ab7253eb6b5d3b5afd835d67 Signed-off-by: Matt Spinler <spinler@us.ibm.com>