module/scmi_sensor: reserved field must be null
@@ -515,6 +515,12 @@ static int scmi_sensor_trip_point_notify_handler(
Created by: vingu-linaro
Reserved field should be considered null. SCMI compliance test reported non conformant command if reserved fields are not clear but SCMI server return success.
Unlike other reserved fields, it's not written that this one must be zeroed. I wonder if this is just a miss in the spec as most of them must be zeroed.
Signed-off-by: Vincent Guittot vincent.guittot@linaro.org