tty: now phase out the ioctl file pointer for good
authorAlan Cox <alan@linux.intel.com>
Mon, 14 Feb 2011 16:27:22 +0000 (16:27 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 17 Feb 2011 19:59:56 +0000 (11:59 -0800)
Only oddities here are a couple of drivers that bogusly called the ldisc
helpers instead of returning -ENOIOCTLCMD. Fix the bug and the rest goes
away.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found