]> git.baikalelectronics.ru Git - kernel.git/commit
[media] saa7134: remove unused log_err() macro
authorMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 15 May 2012 12:13:28 +0000 (09:13 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 15 May 2012 12:13:28 +0000 (09:13 -0300)
commitf59626210f1feb96619e3fff0c4619ca70df3b8e
treefe035410d7a8b1f80f9b176ce6dea36c52552158
parent3ee8b751566b6c45ecc5207ddc39bda18e77f50e
[media] saa7134: remove unused  log_err() macro

As reported by Masanari, this macro is using "KERN_ERR"
instead of "KERN_ERROR". That would lead into a compilation
breakage, if this macro were used somewhere inside the driver.

Instead of fixing the macro, as originally proposed, let's just
remove the dead code.

Reported-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/saa7164/saa7164.h