Skip to content

Commit 6306ddb

Browse files
committed
Fix minor shell checker issue
This is to fix the minor shel check issue in DCVS Signed-off-by: Vamsee Narapareddi <vnarapar@qti.qualcomm.com>
1 parent e39ea74 commit 6306ddb

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)