|
@@ -645,7 +645,7 @@ gigaset_tty_ioctl(struct tty_struct *tty, struct file *file,
|
|
case TCGETS:
|
|
case TCGETS:
|
|
case TCGETA:
|
|
case TCGETA:
|
|
/* pass through to underlying serial device */
|
|
/* pass through to underlying serial device */
|
|
- rc = n_tty_ioctl(tty, file, cmd, arg);
|
|
|
|
|
|
+ rc = n_tty_ioctl_helper(tty, file, cmd, arg);
|
|
break;
|
|
break;
|
|
|
|
|
|
case TCFLSH:
|
|
case TCFLSH:
|
|
@@ -660,7 +660,7 @@ gigaset_tty_ioctl(struct tty_struct *tty, struct file *file,
|
|
break;
|
|
break;
|
|
}
|
|
}
|
|
/* flush the serial port's buffer */
|
|
/* flush the serial port's buffer */
|
|
- rc = n_tty_ioctl(tty, file, cmd, arg);
|
|
|
|
|
|
+ rc = n_tty_ioctl_helper(tty, file, cmd, arg);
|
|
break;
|
|
break;
|
|
|
|
|
|
case FIONREAD:
|
|
case FIONREAD:
|