Skip to content

Commit 0c2e49a

Browse files
authored
Merge pull request qualcomm-linux#68 from vnarapar/main
Fix minor shell checker issue
2 parents e39ea74 + 6306ddb commit 0c2e49a

File tree

1 file changed

+0
-3
lines changed
  • Runner/suites/Kernel/FunctionalArea/DCVS/Freq_Scaling

1 file changed

+0
-3
lines changed

Runner/suites/Kernel/FunctionalArea/DCVS/Freq_Scaling/run.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ check_kernel_config "$CONFIGS" || {
4646
exit 1
4747
}
4848

49-
CPUFREQ_BASE_PATH="/sys/devices/system/cpu"
50-
i=0
51-
5249
miss=0
5350

5451
for cpu_dir in /sys/devices/system/cpu/cpu[0-8]*; do

0 commit comments

Comments
 (0)