From: Leon Romanovsky Date: Wed, 24 Jun 2015 23:57:47 +0000 (-0700) Subject: mm: nommu: refactor debug and warning prints X-Git-Tag: omap-for-v4.2/fixes-rc1^2~125^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22cc877b32202b6d82e580bc6b3b445531659d3e;p=pandora-kernel.git mm: nommu: refactor debug and warning prints kenter/kleave/kdebug are wrapper macros to print functions flow and debug information. This set was written before pr_devel() was introduced, so it was controlled by "#if 0" construction. It is questionable if anyone is using them [1] now. This patch removes these macros, converts numerous printk(KERN_WARNING, ...) to use general pr_warn(...) and removes debug print line from validate_mmap_request() function. Signed-off-by: Leon Romanovsky Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed