forked from Minki/linux
Fix an OOPS when initializing IR remote on saa7134
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
parent
9e50afd0cb
commit
d271d1c221
@ -713,6 +713,8 @@ int saa7134_input_init1(struct saa7134_dev *dev)
|
|||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ir->dev = input_dev;
|
||||||
|
|
||||||
/* init hardware-specific stuff */
|
/* init hardware-specific stuff */
|
||||||
ir->mask_keycode = mask_keycode;
|
ir->mask_keycode = mask_keycode;
|
||||||
ir->mask_keydown = mask_keydown;
|
ir->mask_keydown = mask_keydown;
|
||||||
|
Loading…
Reference in New Issue
Block a user