diff options
Diffstat (limited to 'drivers/char/sx.c')
-rw-r--r-- | drivers/char/sx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/sx.c b/drivers/char/sx.c index f46214e60d0c..342c6ae67da5 100644 --- a/drivers/char/sx.c +++ b/drivers/char/sx.c | |||
@@ -1879,8 +1879,8 @@ static int sx_tiocmget(struct tty_struct *tty) | |||
1879 | return sx_getsignals(port); | 1879 | return sx_getsignals(port); |
1880 | } | 1880 | } |
1881 | 1881 | ||
1882 | static int sx_tiocmset(struct tty_struct *tty, struct file *file, | 1882 | static int sx_tiocmset(struct tty_struct *tty, |
1883 | unsigned int set, unsigned int clear) | 1883 | unsigned int set, unsigned int clear) |
1884 | { | 1884 | { |
1885 | struct sx_port *port = tty->driver_data; | 1885 | struct sx_port *port = tty->driver_data; |
1886 | int rts = -1, dtr = -1; | 1886 | int rts = -1, dtr = -1; |