[media] drxk: remove a now unused variable
authorMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 11 Jul 2011 17:56:03 +0000 (14:56 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 27 Jul 2011 20:55:51 +0000 (17:55 -0300)
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/drxk_hard.c

index f74a17641278db4eaafa79e8781620c757fa73ab..d5035586ff62ebd27a6c01469a2a8eefd3b29d99 100644 (file)
@@ -663,7 +663,6 @@ static int init_state(struct drxk_state *state)
        /* io_pad_cfg_mode output mode is drive always */
        /* io_pad_cfg_drive is set to power 2 (23 mA) */
        u32 ulGPIOCfg = 0x0113;
-       u32 ulGPIO = 0;
        u32 ulSerialMode = 1;
        u32 ulInvertTSClock = 0;
        u32 ulTSDataStrength = DRXK_MPEG_SERIAL_OUTPUT_PIN_DRIVE_STRENGTH;