[PATCH] V4L: 917: fixes some bugs in msp3400
authorHans Verkuil <hverkuil@xs4all.nl>
Wed, 9 Nov 2005 05:38:50 +0000 (21:38 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 9 Nov 2005 15:56:31 +0000 (07:56 -0800)
commit7bde80769ddf76a2c2e3672f2a932cfc029a1d35
tree7a0884e1b79ad69f7ff01df9de6c124dd7ad47a5
parentc5d4a70ff82aab638b871debc9c8b27216cf1ecd
[PATCH] V4L: 917: fixes some bugs in msp3400

- Adds missing msp34xxg_reset to VIDIOC_S_STD (just like VIDIOCSCHAN).
- Improves msp3400 debug messages.
  Now, all kernel message in msp3400.c use the same prefix
  and include the I2C bus to differentiate between multiple
  msp3400 I2C chips.
- Correctly prints the chip identifier for the msp44xx chips.
- msp34xxg cleanups.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/media/video/msp3400.c