X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=drivers%2Fchar%2Fn_hdlc.c;h=bacb3e2872ae49cbc5668e6a402cb50fbf75a30b;hb=6bb7a935489dab20802dde6c2cb7d8582f4849bf;hp=69ec6399c714b206ea11de8c30d8ba75fd0a9bd6;hpb=7f9dce38378f0a4a298e885553d6bb7121376376;p=linux-2.6-omap-h63xx.git diff --git a/drivers/char/n_hdlc.c b/drivers/char/n_hdlc.c index 69ec6399c71..bacb3e2872a 100644 --- a/drivers/char/n_hdlc.c +++ b/drivers/char/n_hdlc.c @@ -764,7 +764,7 @@ static int n_hdlc_tty_ioctl(struct tty_struct *tty, struct file *file, break; default: - error = n_tty_ioctl (tty, file, cmd, arg); + error = n_tty_ioctl_helper(tty, file, cmd, arg); break; } return error;