提交 c3ea6729 编写于 作者: A Al Viro 提交者: Linus Torvalds

[PATCH] funsoft: ktermios fix

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 1b5180b6
...@@ -27,7 +27,7 @@ MODULE_DEVICE_TABLE(usb, id_table); ...@@ -27,7 +27,7 @@ MODULE_DEVICE_TABLE(usb, id_table);
static int funsoft_ioctl(struct usb_serial_port *port, struct file *file, static int funsoft_ioctl(struct usb_serial_port *port, struct file *file,
unsigned int cmd, unsigned long arg) unsigned int cmd, unsigned long arg)
{ {
struct termios t; struct ktermios t;
dbg("%s - port %d, cmd 0x%04x", __FUNCTION__, port->number, cmd); dbg("%s - port %d, cmd 0x%04x", __FUNCTION__, port->number, cmd);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册