summaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorTrent Piepho <xyzzy@speakeasy.org>2006-08-08 09:10:05 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-09-26 11:53:19 -0300
commit22694c0c38ba023c6535f6b5b7925f9fb7a868fd (patch)
treee6b676427f66611f22a6552a8ef31d8d3db5c7db /drivers/media
parente84fef6b4a9d36fea53354633c590a7800d9fd83 (diff)
downloadop-kernel-dev-22694c0c38ba023c6535f6b5b7925f9fb7a868fd.zip
op-kernel-dev-22694c0c38ba023c6535f6b5b7925f9fb7a868fd.tar.gz
V4L/DVB (4366): Remove of couple of useless lines
A buffer was set just before an if block, and then again in both branches of the if. Obvious coding error. Signed-off-by: Trent Piepho <xyzzy@speakeasy.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/tuner-simple.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/tuner-simple.c b/drivers/media/video/tuner-simple.c
index abe37cf..e053b84 100644
--- a/drivers/media/video/tuner-simple.c
+++ b/drivers/media/video/tuner-simple.c
@@ -439,8 +439,6 @@ static void default_set_radio_freq(struct i2c_client *c, unsigned int freq)
buffer[3] = 0xa4;
break;
}
- buffer[0] = (div>>8) & 0x7f;
- buffer[1] = div & 0xff;
if (params->cb_first_if_lower_freq && div < t->last_div) {
buffer[0] = buffer[2];
buffer[1] = buffer[3];
OpenPOWER on IntegriCloud