diff options
Diffstat (limited to 'drivers/tty/n_gsm.c')
-rw-r--r-- | drivers/tty/n_gsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/n_gsm.c b/drivers/tty/n_gsm.c index 44b8412a04e8..97e3d509ff82 100644 --- a/drivers/tty/n_gsm.c +++ b/drivers/tty/n_gsm.c | |||
@@ -2648,7 +2648,7 @@ static void gsmtty_wait_until_sent(struct tty_struct *tty, int timeout) | |||
2648 | to do here */ | 2648 | to do here */ |
2649 | } | 2649 | } |
2650 | 2650 | ||
2651 | static int gsmtty_tiocmget(struct tty_struct *tty, struct file *filp) | 2651 | static int gsmtty_tiocmget(struct tty_struct *tty) |
2652 | { | 2652 | { |
2653 | struct gsm_dlci *dlci = tty->driver_data; | 2653 | struct gsm_dlci *dlci = tty->driver_data; |
2654 | return dlci->modem_rx; | 2654 | return dlci->modem_rx; |