summaryrefslogtreecommitdiff
path: root/include/media/rc-core.h
diff options
context:
space:
mode:
authorSean Young <sean@mess.org>2017-09-23 17:44:03 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-12-14 10:35:19 -0500
commitcb84343fced1febb5b21a9ef9082a07bfc3e7427 (patch)
tree769f5c01f820e7eac7ecde2c01ff954f0f78a9bc /include/media/rc-core.h
parent7790e81f7e1f7f122f8fcccd91443a2571421aba (diff)
media: lirc: do not call close() or open() on unregistered devices
If a lirc chardev is held open after a device is unplugged, rc_close() will be called after rc_unregister_device(). The driver is not expecting any calls at this point, and the iguanair driver causes an oops in this scenario. rc_open() can be called when the device is removed too, by calling open on the chardev whilst the device is being removed. Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'include/media/rc-core.h')
0 files changed, 0 insertions, 0 deletions