commit | e2302501c32a0e7e34b7077f10da03b72dd91570 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Sun Jun 20 04:20:46 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Fri Oct 22 23:33:31 2010 -0200 |
tree | 79776b9789936628e09b712596d79e9cf9f0675e | |
parent | 3074fc8432223937985e138bde1270a03fc75628 [diff] |
[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>