]> bbs.cooldavid.org Git - net-next-2.6.git/commit
V4L/DVB: tuners:tuner-simple Fix warning: variable 'tun' set but not used
authorJustin P. Mattock <justinmattock@gmail.com>
Mon, 21 Jun 2010 16:15:47 +0000 (13:15 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 2 Aug 2010 18:29:39 +0000 (15:29 -0300)
commita04b75410a15f5e2f136620a08da7ff3ee2dc7d9
tree94c1d997461c222e9f0fe6a13c0cf30b80a287d6
parent02c71055e547e49d974153b46a30eba2cbc8a00c
V4L/DVB: tuners:tuner-simple Fix warning: variable 'tun' set but not used

Resend due to a whitespace issue I created by mistake.
The below patch fixes a warning message create by gcc 4.6.0

 CC [M]  drivers/media/common/tuners/tuner-simple.o
drivers/media/common/tuners/tuner-simple.c: In function 'simple_set_tv_freq':
drivers/media/common/tuners/tuner-simple.c:548:20: warning: variable 'tun' set but not used

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/common/tuners/tuner-simple.c