Re: [PATCH 2/2] selftest/cpuidle: Add support for cpuidle latency measurement

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



[..snip..]
+
+ins_mod()
+{
+    if [ ! -f "$MODULE" ]; then
+        printf "$MODULE module does not exist. Exitting\n"
+        exit 2

Please use ksft_skip code to indicate the test is being skipped.

Sure thing I'll use ksft_skip exit code instead.
+    fi
+    printf "Inserting $MODULE module\n\n"
+    insmod $MODULE
+    if [ $? != 0 ]; then
+        printf "Insmod $MODULE failed\n"
+        exit 2

This is fine since you expect to be able to load the module.

Thanks for the review.
Pratik

[..snip..]


thanks,
-- Shuah




[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux