mm/vmalloc.c: replace printk with pr_warn
authorPintu Kumar <pintu.k@samsung.com>
Wed, 10 Dec 2014 23:42:56 +0000 (15:42 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 11 Dec 2014 01:41:05 +0000 (17:41 -0800)
commit0cbc8533b75b6d8e3416e598e9dbf40d8bcf4e01
treeee700394ae4aac2b0d157d4f95da5ee396d39a7a
parentf88dfff5f160aa43d4a434f8d638c07c82b5ad47
mm/vmalloc.c: replace printk with pr_warn

This patch replaces printk(KERN_WARNING..) with pr_warn.
Thus it also reduces one line extra because of formatting.

Signed-off-by: Pintu Kumar <pintu.k@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/vmalloc.c