Blackfin: use more standard pr_fmt in the module loader
authorJoe Perches <joe@perches.com>
Wed, 20 Oct 2010 18:11:51 +0000 (11:11 -0700)
committerMike Frysinger <vapier@gentoo.org>
Fri, 25 Mar 2011 20:54:12 +0000 (16:54 -0400)
commitb75a9e6bfba5c7343391ac1bacd44d6652dde8da
treee10df3accef7999c57b0422200d1ea7728e93746
parent6c5103890057b1bb781b26b7aae38d33e4c517d8
Blackfin: use more standard pr_fmt in the module loader

Changed pr_fmt(fmt) to make the format arguments match the format.
Changed an argument name in apply_relocate from me to mod so that
the pr_err is consistent with the other uses.
Added missing '\n' to a format.

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