[PATCH] v4l: mxb driver and i2c helper cleanup
commitba60ea4d9d5beed2047c8c51a4f57a6a6ade5259
authorMichael Hunold <hunold@linuxtv.org>
Sun, 7 Nov 2004 11:59:21 +0000 (7 03:59 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 7 Nov 2004 11:59:21 +0000 (7 03:59 -0800)
tree3999cd94fd566c00298fda3f42644e28ab2c039a
parent0da0570b26d14a51e0e539de8598aa0547eb5ed1
[PATCH] v4l: mxb driver and i2c helper cleanup

The attached patch cleans up my Video4Linux "MXB" driver and the i2c helper
chipset drivers used by that cards.

I ran Lindent on the files and fixed some other coding style violations,
which makes the patch rather big.

But besides the MODULE_PARM => module_param there have been no crucial
changes.

- [V4L] mxb: replace MODULE_PARM with module_param

- [V4L] saa7111: replace MODULE_PARM with module_param

- [V4L] tda9840: replace MODULE_PARM with module_param, re-indent code
  with Lindent, remove unnecessary header includes, code simplification

- [V4L] tea6415c: replace MODULE_PARM with module_param, re-indent code
  with Lindent, remove unnecessary header includes, code simplification

- [V4L] tea6420: replace MODULE_PARM with module_param, re-indent code
  with Lindent, remove unnecessary header includes, code simplification

Signed-off-by: Michael Hunold <hunold@linuxtv.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/media/video/mxb.c
drivers/media/video/saa7111.c
drivers/media/video/tda9840.c
drivers/media/video/tea6415c.c
drivers/media/video/tea6420.c