summaryrefslogtreecommitdiff
path: root/drivers/media/video/s5p-fimc/fimc-core.h
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2012-06-12 06:12:26 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-07-30 22:23:01 (GMT)
commita516d08fa6afb703ba508ccc55656d037c5b9e2e (patch)
tree742438b6d8e0a1d9694f1fe716f8c041a22ef5d9 /drivers/media/video/s5p-fimc/fimc-core.h
parentc2d430af08f38a0b3145c3b60381146b8ac88c88 (diff)
downloadlinux-a516d08fa6afb703ba508ccc55656d037c5b9e2e.tar.xz
[media] s5p-fimc: Replace custom err() macro with v4l2_err() macro
Replace custom err() macro with v4l2_err() macro. [s.nawrocki: added missing end-of-line at the log print] Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/s5p-fimc/fimc-core.h')
-rw-r--r--drivers/media/video/s5p-fimc/fimc-core.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/video/s5p-fimc/fimc-core.h b/drivers/media/video/s5p-fimc/fimc-core.h
index 95b27ae..808ccc6 100644
--- a/drivers/media/video/s5p-fimc/fimc-core.h
+++ b/drivers/media/video/s5p-fimc/fimc-core.h
@@ -27,9 +27,6 @@
#include <media/v4l2-mediabus.h>
#include <media/s5p_fimc.h>
-#define err(fmt, args...) \
- printk(KERN_ERR "%s:%d: " fmt "\n", __func__, __LINE__, ##args)
-
#define dbg(fmt, args...) \
pr_debug("%s:%d: " fmt "\n", __func__, __LINE__, ##args)