Skip to content

Commit 6982767

Browse files
committed
shellcheck: drop duplicate video_kodiak_fw_basename in lib_video
Remove a shadowed duplicate definition of video_kodiak_fw_basename() in lib_video.sh to address ShellCheck SC2317 without changing behavior. Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
1 parent fd078f0 commit 6982767

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Runner/utils/lib_video.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1606,10 +1606,6 @@ video_run_once() {
16061606
# -----------------------------------------------------------------------------
16071607
# Kodiak firmware swap + live reload (no reboot)
16081608
# -----------------------------------------------------------------------------
1609-
video_kodiak_fw_basename() {
1610-
printf '%s\n' "vpu20_p1_gen2.mbn"
1611-
}
1612-
16131609
video_kodiak_install_fw() {
16141610
# usage: video_kodiak_install_fw /path/to/vpuw20_1v.mbn
16151611
src="$1"

0 commit comments

Comments
 (0)