Skip to content

Commit

Permalink
Merge pull request #2744 from yizhao1/fix
Browse files Browse the repository at this point in the history
openhpid/safhpi.c: fix function saHpiSensorThresholdsSet
  • Loading branch information
mohandev2 committed May 2, 2019
2 parents ee6fc99 + 77a78bb commit e4631e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openhpid/safhpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1933,7 +1933,7 @@ SaErrorT SAHPI_API saHpiSensorThresholdsSet (
oh_release_domain(d); /* Unlock domain */

OH_CALL_ABI(h, set_sensor_thresholds, SA_ERR_HPI_INVALID_CMD, rv,
ResourceId, SensorNum, SensorThresholds);
ResourceId, SensorNum, &tmp);
oh_release_handler(h);

return rv;
Expand Down

0 comments on commit e4631e8

Please sign in to comment.