]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[media] drivers/media/IR/imon.c: Use pr_err instead of err
authorJoe Perches <joe@perches.com>
Sun, 20 Jun 2010 07:20:46 +0000 (04:20 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 23 Oct 2010 01:33:31 +0000 (23:33 -0200)
commite2302501c32a0e7e34b7077f10da03b72dd91570
tree79776b9789936628e09b712596d79e9cf9f0675e
parent3074fc8432223937985e138bde1270a03fc75628
[media] drivers/media/IR/imon.c: Use pr_err instead of err

Use the standard error logging mechanisms.
Add #define pr_fmt(fmt) KBUILD_MODNAME ":%s" fmt, __func__
Remove __func__ from err calls, add '\n', rename to pr_err

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/IR/imon.c