You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: fix bugs in arbitration and power-thresh commands
arbitration_set() used temp_thresh_feat instead of arbitration_feat
in the error path, and feat_arbitration() passed TEMP_THRESH_DESC
instead of ARBITRATION_DESC to parse_and_open().
power_thresh_set() used __u8 instead of __u16 for the ptv parameter,
truncating the power threshold value.
Signed-off-by: Jim Munn <[email protected]>
0 commit comments