V4L/DVB (4400): Tda826x: Remove 0-byte I2C write; put tuner_ops info in static struct
authorTrent Piepho <xyzzy@speakeasy.org>
Tue, 8 Aug 2006 12:10:11 +0000 (09:10 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Tue, 26 Sep 2006 14:53:31 +0000 (11:53 -0300)
commitef09c071a2867279a49374c35b2a169f69fced73
treee25248b7a8b82adede8a60b15c985a904e3a5863
parente2ac28fa15696d3d9dc38923438ad39fe1235ecd
V4L/DVB (4400): Tda826x: Remove 0-byte I2C write; put tuner_ops info in static struct

Remove the 0-byte write that precedes 2-byte read.
Move initialize the info field in the static tuner_ops definition, so
that it doesn't need to be done manually.

Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/frontends/tda826x.c