Skip to content

Commit a134cb0

Browse files
author
Willy Liu
committed
[ACCTON][AS9716-32D] Correct fan direction
Signed-off-by: Willy Liu <willy@accton.com>
1 parent 28f52e6 commit a134cb0

File tree

1 file changed

+1
-1
lines changed
  • packages/platforms/accton/x86-64/as9716_32d/onlp/builds/x86_64_accton_as9716_32d/module/src

1 file changed

+1
-1
lines changed

packages/platforms/accton/x86-64/as9716_32d/onlp/builds/x86_64_accton_as9716_32d/module/src/fani.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ _onlp_fani_info_get_fan(int fid, onlp_fan_info_t* info)
129129
return ONLP_STATUS_E_INTERNAL;
130130
}
131131

132-
info->status |= value ? ONLP_FAN_STATUS_F2B : ONLP_FAN_STATUS_B2F;
132+
info->status |= value ? ONLP_FAN_STATUS_B2F : ONLP_FAN_STATUS_F2B;
133133

134134

135135
/* get front fan speed

0 commit comments

Comments
 (0)