Skip to content

Commit

Permalink
V4L-DVB: cx88-dvb: remove extra attribution for core
Browse files Browse the repository at this point in the history
This is not needed, since the function already do it. Also, it causes
a warning at the compilation, since a new var is declared in the middle
of the code.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mauro Carvalho Chehab committed Feb 26, 2010
1 parent 84f3751 commit 3621263
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/media/video/cx88/cx88-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1394,8 +1394,6 @@ static int dvb_register(struct cx8802_dev *dev)
case CX88_BOARD_SAMSUNG_SMT_7020:
dev->ts_gen_cntrl = 0x08;

struct cx88_core *core = dev->core;

cx_set(MO_GP0_IO, 0x0101);

cx_clear(MO_GP0_IO, 0x01);
Expand Down

0 comments on commit 3621263

Please sign in to comment.