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

USB: aircable: fix incorrect write-buffer length

Returned length should include header length.
Signed-off-by: NJohan Hovold <jhovold@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 6d1bf48e
......@@ -95,7 +95,7 @@ static int aircable_prepare_write_buffer(struct usb_serial_port *port,
buf[1] = TX_HEADER_1;
put_unaligned_le16(count, &buf[2]);
return count;
return count + HCI_HEADER_LENGTH;
}
static int aircable_probe(struct usb_serial *serial,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册