#
f7019cb5 |
| 12-Sep-2022 |
Shawn McCarney <shawnmm@us.ibm.com> |
regulators: Fix possible uninitialized variable
The latest version of tools used during CI are emitting a new warning in the phosphor-regulators source code. The warning states that a variable valu
regulators: Fix possible uninitialized variable
The latest version of tools used during CI are emitting a new warning in the phosphor-regulators source code. The warning states that a variable value might not be getting defined before being used.
This is not an actual bug; the variable value will always be defined. However, modify the code so that CI will pass.
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: I090b50c3565ffbb57bfeab02fbcfd98d86aa527c
show more ...
|
#
e6d54a1f |
| 02-Sep-2021 |
Shawn McCarney <shawnmm@us.ibm.com> |
regulators: Add toErrorType() utility function
Add a utility function to convert a PhaseFaultType value to the corresponding ErrorType value.
The ErrorType enumeration is used by the ErrorHistory c
regulators: Add toErrorType() utility function
Add a utility function to convert a PhaseFaultType value to the corresponding ErrorType value.
The ErrorType enumeration is used by the ErrorHistory class.
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: Ia0e2c7789087f5782006fcb6c6ede0faedaf5e0b
show more ...
|
#
421128ef |
| 25-Aug-2021 |
Shawn McCarney <shawnmm@us.ibm.com> |
regulators: Add phase faults to ActionEnvironment
Enhance the ActionEnvironment class to support detecting and logging redundant phase fault errors.
Add gtests to test the new functions/methods.
S
regulators: Add phase faults to ActionEnvironment
Enhance the ActionEnvironment class to support detecting and logging redundant phase fault errors.
Add gtests to test the new functions/methods.
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: Id87d811374dd3da616cdeeb780b3575ef96ffbb7
show more ...
|