lib/atomic64_test.c: convert printk(KERN_INFO to pr_info
authorFabian Frederick <[email protected]>
Wed, 4 Jun 2014 23:12:00 +0000 (16:12 -0700)
committerLinus Torvalds <[email protected]>
Wed, 4 Jun 2014 23:54:19 +0000 (16:54 -0700)
commitb3b16d284a4121a9eb294ec0012928591993b37c
tree8211061630aa41fb2c49f54e9cfcd33fa212c8c5
parentc56ba70331d9f3c1ea77f8053095fb05fe773f50
lib/atomic64_test.c: convert printk(KERN_INFO to pr_info

Convert printk to current pr_foo() logging functions.

Also add pr_fmt based on KBUILD_MODNAME to avoid repeating prefix.  Prefix
is now "atomic64_test: "

Signed-off-by: Fabian Frederick <[email protected]>
Cc: Luca Barbieri <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
lib/atomic64_test.c