V4L/DVB (13521): dib8000: fix compile warning
authorHans Verkuil <hverkuil@xs4all.nl>
Wed, 25 Nov 2009 21:39:31 +0000 (18:39 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 5 Dec 2009 20:42:14 +0000 (18:42 -0200)
commit516e24d78feb4dded16df0053bd0e7c7f68fafa2
tree51d55e71d1b9ec4054b8e7eb52d6dc659bccb991
parent533ce0464f290c74ee76dc952a9e630df38c5a7d
V4L/DVB (13521): dib8000: fix compile warning

Trivial fix for this bogus compile warning:

v4l/dib8000.c:958: warning: 'ncoeff' may be used uninitialized in this function

Note: ncoeff is never used uninitialized, but the compiler couldn't
figure that out.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/dib8000.c