summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/ipmi/ipmisensor.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/ipmi/ipmisensor.C b/src/usr/ipmi/ipmisensor.C
index 12faa9e6d..3e15e918e 100644
--- a/src/usr/ipmi/ipmisensor.C
+++ b/src/usr/ipmi/ipmisensor.C
@@ -326,7 +326,7 @@ namespace SENSOR
// spec indicates that the high order bit should be
// ignored on a read, so lets mask it off now.
- o_data.event_status &= 0x7FFFF;
+ o_data.event_status &= 0x7FFF;
}
else
{
OpenPOWER on IntegriCloud