V4L/DVB (9620): tvaudio: use a direct reference for chip description
authorMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 13 Nov 2008 19:22:53 +0000 (16:22 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 14 Nov 2008 16:24:45 +0000 (14:24 -0200)
Instead of storing the pointer for the proper entry at chip description
table, the driver were storing an indirect reference, by using an index.
Better to reference directly the data.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/tvaudio.c

Simple merge