mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 03:20:25 -04:00
Fix an OOPS when initializing IR remote on saa7134
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
@@ -713,6 +713,8 @@ int saa7134_input_init1(struct saa7134_dev *dev)
|
||||
return -ENOMEM;
|
||||
}
|
||||
|
||||
ir->dev = input_dev;
|
||||
|
||||
/* init hardware-specific stuff */
|
||||
ir->mask_keycode = mask_keycode;
|
||||
ir->mask_keydown = mask_keydown;
|
||||
|
||||
Reference in New Issue
Block a user