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)
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>

No differences found