[PPPoX/E]: return ENOTTY on unknown ioctl requests
authorFlorian Zumbiehl <florz@florz.de>
Tue, 31 Jul 2007 00:48:23 +0000 (17:48 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 31 Jul 2007 09:28:22 +0000 (02:28 -0700)
here another patch for the PPPoX/E code that makes sure that ENOTTY is
returned for unknown ioctl requests rather than 0 (and removes another
unneeded initializer which I didn't bother creating a separate patch for).

Signed-off-by: Florian Zumbiehl <florz@florz.de>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found