diff options
Diffstat (limited to 'drivers/char/cyclades.c')
-rw-r--r-- | drivers/char/cyclades.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/cyclades.c b/drivers/char/cyclades.c index 942b6f2b70a4..c99728f0cd9f 100644 --- a/drivers/char/cyclades.c +++ b/drivers/char/cyclades.c | |||
@@ -2680,7 +2680,7 @@ static int cy_cflags_changed(struct cyclades_port *info, unsigned long arg, | |||
2680 | * not recognized by the driver, it should return ENOIOCTLCMD. | 2680 | * not recognized by the driver, it should return ENOIOCTLCMD. |
2681 | */ | 2681 | */ |
2682 | static int | 2682 | static int |
2683 | cy_ioctl(struct tty_struct *tty, struct file *file, | 2683 | cy_ioctl(struct tty_struct *tty, |
2684 | unsigned int cmd, unsigned long arg) | 2684 | unsigned int cmd, unsigned long arg) |
2685 | { | 2685 | { |
2686 | struct cyclades_port *info = tty->driver_data; | 2686 | struct cyclades_port *info = tty->driver_data; |