diff options
author | Steven Toth <stoth@linuxtv.org> | 2008-10-16 22:26:05 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-21 12:30:55 -0400 |
commit | 5bd47311fe8965980469b45904fefd9afe6ca5b3 (patch) | |
tree | e0c940b4d1784ef4b4ed988e81c6c1e0125eafa3 /drivers/media | |
parent | 1af46b450fa49c57d73764d66f267335ccd807e2 (diff) |
V4L/DVB (9312): s5h1411: Remove meaningless code
s5h1411: Remove meaningless code
Signed-off-by: Steven Toth <stoth@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/dvb/frontends/s5h1411.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/dvb/frontends/s5h1411.c b/drivers/media/dvb/frontends/s5h1411.c index 4cb056140767..e328d88bcbd4 100644 --- a/drivers/media/dvb/frontends/s5h1411.c +++ b/drivers/media/dvb/frontends/s5h1411.c | |||
@@ -463,8 +463,6 @@ static int s5h1411_set_spectralinversion(struct dvb_frontend *fe, int inversion) | |||
463 | 463 | ||
464 | if (inversion == 1) | 464 | if (inversion == 1) |
465 | val |= 0x1000; /* Inverted */ | 465 | val |= 0x1000; /* Inverted */ |
466 | else | ||
467 | val |= 0x0000; | ||
468 | 466 | ||
469 | state->inversion = inversion; | 467 | state->inversion = inversion; |
470 | return s5h1411_writereg(state, S5H1411_I2C_TOP_ADDR, 0x24, val); | 468 | return s5h1411_writereg(state, S5H1411_I2C_TOP_ADDR, 0x24, val); |