提交 d3d6c328 编写于 作者: G Greg Kroah-Hartman

USB: Serial: omninet: Fix compiler warning.

I forgot to remove an unused variable.
Reported-by: NFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 07764958
......@@ -162,7 +162,6 @@ static void omninet_read_bulk_callback(struct urb *urb)
struct omninet_header *header = (struct omninet_header *) &data[0];
int status = urb->status;
int result;
int i;
if (status) {
dev_dbg(&port->dev, "%s - nonzero read bulk status received: %d\n",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册