[media] tm6000: key_addr is unused
authorDavid Härdeman <david@hardeman.nu>
Mon, 1 May 2017 16:10:27 +0000 (13:10 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 6 Jun 2017 12:10:11 +0000 (09:10 -0300)
The key_addr member is only assigned, never used. So, remove it.

Signed-off-by: David Härdeman <david@hardeman.nu>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/usb/tm6000/tm6000-input.c

index 39c15bb2b20ceb3ca5ca30f0062d0ced276058f9..1a033f57fcc1bf770ef504216545f3176774f206 100644 (file)
@@ -63,7 +63,6 @@ struct tm6000_IR {
        u8                      wait:1;
        u8                      pwled:2;
        u8                      submit_urb:1;
-       u16                     key_addr;
        struct urb              *int_urb;
 
        /* IR device properties */
@@ -321,9 +320,6 @@ static int tm6000_ir_change_protocol(struct rc_dev *rc, u64 *rc_type)
 
        dprintk(2, "%s\n",__func__);
 
-       if ((rc->rc_map.scan) && (*rc_type == RC_BIT_NEC))
-               ir->key_addr = ((rc->rc_map.scan[0].scancode >> 8) & 0xffff);
-
        ir->rc_type = *rc_type;
 
        tm6000_ir_config(ir);