Skip to content

Commit

Permalink
hw-mgmt: scripts: Fix misprint in sn5640 definition
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Shamray <[email protected]>
  • Loading branch information
sholeksandr committed Oct 16, 2024
1 parent fca66e2 commit e9927bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions usr/usr/bin/hw-management.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2407,6 +2407,7 @@ check_system()
;;
VMOD0022)
sn5640_specific
;;
*)
product=$(< /sys/devices/virtual/dmi/id/product_name)
case $product in
Expand Down Expand Up @@ -2835,8 +2836,10 @@ set_asic_pci_id()
;;
HI171)
asic_pci_id=$spc5_pci_id
;;
HI172)
asic_pci_id=$spc4_pci_id
;;
*)
echo 1 > "$config_path"/asic_num
return
Expand Down

0 comments on commit e9927bf

Please sign in to comment.