X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fbluetooth%2Fhci_ldisc.c;h=4426bb552bd90849b8df4e06c1a8e03f2a4af12f;hb=9cf899d12583082c77a0fcc758f3179b440518ee;hp=8dfcf77cb71783c892437f5cb20eff417c1ee94e;hpb=1bbe44f69d7ea20740aaf5aba356e331a74b58b3;p=linux-2.6-omap-h63xx.git diff --git a/drivers/bluetooth/hci_ldisc.c b/drivers/bluetooth/hci_ldisc.c index 8dfcf77cb71..4426bb552bd 100644 --- a/drivers/bluetooth/hci_ldisc.c +++ b/drivers/bluetooth/hci_ldisc.c @@ -484,7 +484,7 @@ static int hci_uart_tty_ioctl(struct tty_struct *tty, struct file * file, return -EUNATCH; default: - err = n_tty_ioctl(tty, file, cmd, arg); + err = n_tty_ioctl_helper(tty, file, cmd, arg); break; };