[media] em28xx-input: remove dead code line from em28xx_get_key_em_haup()
Field 'old' of struct IR_i2c is used nowhere in module ir-kbd-i2c. Signed-off-by: Frank Schäfer <fschaefer.oss@googlemail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
0b3966e40c
commit
59cf17d843
|
@ -125,8 +125,6 @@ static int em28xx_get_key_em_haup(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw)
|
|||
if (buf[1] == 0xff)
|
||||
return 0;
|
||||
|
||||
ir->old = buf[1];
|
||||
|
||||
/*
|
||||
* Rearranges bits to the right order.
|
||||
* The bit order were determined experimentally by using
|
||||
|
|
Loading…
Reference in New Issue