Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc5c6f6f authored by Hepson Sanchez's avatar Hepson Sanchez Committed by Elliot Berman
Browse files

Revert "checkpatch: Add warnings for use of mdelay()"



This reverts commit 3c69b66b.

Change-Id: I8b9af523679763e70552a8678bde8473f5c67edd
Signed-off-by: default avatarHepson Sanchez <sanchez@codeaurora.org>
parent 844cb3e3
Loading
Loading
Loading
Loading
+0 −6
Original line number Original line Diff line number Diff line
@@ -5946,12 +5946,6 @@ sub process {
			     "Comparing get_jiffies_64() is almost always wrong; prefer time_after64, time_before64 and friends\n" . $herecurr);
			     "Comparing get_jiffies_64() is almost always wrong; prefer time_after64, time_before64 and friends\n" . $herecurr);
		}
		}


# check the patch for use of mdelay
		if ($line =~ /\bmdelay\s*\(/) {
			WARN("MDELAY",
			     "use of mdelay() found: msleep() is the preferred API.\n" . $herecurr );
		}

# warn about #ifdefs in C files
# warn about #ifdefs in C files
#		if ($line =~ /^.\s*\#\s*if(|n)def/ && ($realfile =~ /\.c$/)) {
#		if ($line =~ /^.\s*\#\s*if(|n)def/ && ($realfile =~ /\.c$/)) {
#			print "#ifdef in C files should be avoided\n";
#			print "#ifdef in C files should be avoided\n";