testmmiotrace.c: Add and use pr_fmt(fmt)
authorJoe Perches <joe@perches.com>
Mon, 5 Oct 2009 00:53:40 +0000 (17:53 -0700)
committerIngo Molnar <mingo@elte.hu>
Mon, 12 Oct 2009 06:05:41 +0000 (08:05 +0200)
- Add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt.
- Strip MODULE_NAME from pr_<level>s.
- Remove MODULE_NAME definition.

Signed-off-by: Joe Perches <joe@perches.com>
LKML-Reference: <3bb66cc7f85f77b9416902e1be7076f7e3f4ad48.1254701151.git.joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found