Skip to content

Commit

Permalink
V4L/DVB (9312): s5h1411: Remove meaningless code
Browse files Browse the repository at this point in the history
s5h1411: Remove meaningless code

Signed-off-by: Steven Toth <stoth@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Steven Toth authored and Mauro Carvalho Chehab committed Oct 21, 2008
1 parent 1af46b4 commit 5bd4731
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/media/dvb/frontends/s5h1411.c
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,6 @@ static int s5h1411_set_spectralinversion(struct dvb_frontend *fe, int inversion)

if (inversion == 1)
val |= 0x1000; /* Inverted */
else
val |= 0x0000;

state->inversion = inversion;
return s5h1411_writereg(state, S5H1411_I2C_TOP_ADDR, 0x24, val);
Expand Down

0 comments on commit 5bd4731

Please sign in to comment.