]> Pileus Git - ~andy/linux/commit
V4L/DVB (10832): tvaudio: Avoid breakage with tda9874a
authorVitaly Wool <vital@embeddedalley.com>
Thu, 5 Mar 2009 16:03:32 +0000 (13:03 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 5 Mar 2009 23:33:37 +0000 (20:33 -0300)
commit4c6c390eb8ba0c569279266a98c604508c695ef8
treec53761e57204cf5abe0854eb5b3ec19feeb3cef4
parentd2c452306ab402d7a3572bc3bf8e575796529bf8
V4L/DVB (10832): tvaudio: Avoid breakage with tda9874a

The 'bytes' array is 64 bytes large but the easy standard programming
    (TDA9874A_ESP) has a number of 255, outside the shadow array size.

This patch increases the size of the shadow array in order to accomodate
this register.

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