]> git.karo-electronics.de Git - karo-tx-linux.git/commit
V4L/DVB (6594): Add tuner_err macro
authorMauro Carvalho Chehab <mchehab@infradead.org>
Thu, 15 Nov 2007 12:35:44 +0000 (09:35 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 25 Jan 2008 21:02:10 +0000 (19:02 -0200)
commit98883cdcb5884bd0f7a89ac36b7170404127b3ea
tree16658da847753911337e32c4fee7ae89539b45f9
parentf380e1d2c9a1ff82a89ec68850ce53094359000e
V4L/DVB (6594): Add tuner_err macro

Some tuners, like xc3028, need to print error messages. Instead of declaring
local macros, create a tuner global macro for printing tuner errors.

To preserve CodingStyle on all tuner_macros, a few CodingStyle violations were
fixed at the other macros:
- lines with more than 80 columns
- two statements at the same line

The patch also removes the CodingStyle violation of having emacs declarations
inside de source code (CodingStyle chapter 18).

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/tuner-driver.h
drivers/media/video/tuner-i2c.h