commit | 8a21ec9bb3ecea54ebbd8576460ec8ba2096a29e | [log] [tgz] |
---|---|---|
author | Sean Young <sean@mess.org> | Mon Oct 31 15:52:22 2016 -0200 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Mon Nov 21 12:26:54 2016 -0200 |
tree | aa1a4d3aa8880d0f66791d9aaada519160de59a9 | |
parent | d6aca6ea281d88ce1816fd6f5a57889c6ea9392b [diff] |
[media] redrat3: fix error paths in probe If redrat3_delete() is called, ensure ep_in and udev members are set up so we don't dereference null in the error path. Also ensure that rc dev device exists before we enable the receiver and that the led urb exists before we create the led device. Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>