提交 b41709f1 编写于 作者: J Johan Hovold 提交者: Greg Kroah-Hartman

USB: mos7840: fix null-pointer dereference

Fix null-pointer dereference on error path.

Cc: stable <stable@kernel.org>
Signed-off-by: NJohan Hovold <jhovold@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 ad845636
...@@ -730,7 +730,6 @@ static void mos7840_bulk_in_callback(struct urb *urb) ...@@ -730,7 +730,6 @@ static void mos7840_bulk_in_callback(struct urb *urb)
mos7840_port = urb->context; mos7840_port = urb->context;
if (!mos7840_port) { if (!mos7840_port) {
dbg("%s", "NULL mos7840_port pointer"); dbg("%s", "NULL mos7840_port pointer");
mos7840_port->read_urb_busy = false;
return; return;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册