Skip to content

Commit

Permalink
[PATCH] funsoft: ktermios fix
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jan 23, 2007
1 parent 1b5180b commit c3ea672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/serial/funsoft.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ MODULE_DEVICE_TABLE(usb, id_table);
static int funsoft_ioctl(struct usb_serial_port *port, struct file *file,
unsigned int cmd, unsigned long arg)
{
struct termios t;
struct ktermios t;

dbg("%s - port %d, cmd 0x%04x", __FUNCTION__, port->number, cmd);

Expand Down

0 comments on commit c3ea672

Please sign in to comment.