]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - tools/checkpatch.pl
arm: mx5: clock: fix PLL_FREQ_MIN() calculation
[karo-tx-uboot.git] / tools / checkpatch.pl
index 9f23901872c9b7aa85d5d993016ba7094b016401..896e2bc985f4a24a00f5d27d1a9bb0dc230258cf 100755 (executable)
@@ -273,6 +273,7 @@ our $logFunctions = qr{(?x:
        WARN(?:_RATELIMIT|_ONCE|)|
        panic|
        debug|
+       printf|
        MODULE_[A-Z_]+
 )};