Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] funsoft: ktermios fix

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Al Viro and committed by
Linus Torvalds
c3ea6729 1b5180b6

+1 -1
+1 -1
drivers/usb/serial/funsoft.c
··· 27 27 static int funsoft_ioctl(struct usb_serial_port *port, struct file *file, 28 28 unsigned int cmd, unsigned long arg) 29 29 { 30 - struct termios t; 30 + struct ktermios t; 31 31 32 32 dbg("%s - port %d, cmd 0x%04x", __FUNCTION__, port->number, cmd); 33 33