Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d271d1c2 authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

Fix an OOPS when initializing IR remote on saa7134



Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 9e50afd0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;