Blackfin: cleanup printk() usage in module code
authorMike Frysinger <vapier@gentoo.org>
Fri, 26 Jun 2009 00:35:24 +0000 (00:35 +0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 17 Sep 2009 01:28:48 +0000 (21:28 -0400)
commitdc6b1ac98434d2c39d86de19aec9cf701b588c81
tree20faf80389aa5f577f03c72f607e45fee6ed826d
parent22532578ee0f8725e0155e528c29ff992c1950c7
Blackfin: cleanup printk() usage in module code

Convert all printk() statements to use the common pr_xxx() funcs and use
the new pr_fmt() function to standardize all of the output.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/kernel/module.c