]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/isdn/gigaset/ser-gigaset.c
tty: Fallout from tty-move-canon-specials
[linux-2.6-omap-h63xx.git] / drivers / isdn / gigaset / ser-gigaset.c
index 5e89fa177816f54b45bce84cf65ba3dd09f01b34..cc4f4e44ffe4474303423ed64cbd8ebf05afc3ca 100644 (file)
@@ -645,7 +645,7 @@ gigaset_tty_ioctl(struct tty_struct *tty, struct file *file,
        case TCGETS:
        case TCGETA:
                /* pass through to underlying serial device */
-               rc = n_tty_ioctl(tty, file, cmd, arg);
+               rc = n_tty_ioctl_helper(tty, file, cmd, arg);
                break;
 
        case TCFLSH:
@@ -660,7 +660,7 @@ gigaset_tty_ioctl(struct tty_struct *tty, struct file *file,
                        break;
                }
                /* flush the serial port's buffer */
-               rc = n_tty_ioctl(tty, file, cmd, arg);
+               rc = n_tty_ioctl_helper(tty, file, cmd, arg);
                break;
 
        case FIONREAD: