Re: [RESEND][PATCH 2/3] PPPoX/E: return ENOTTY on unknown ioctl requests

2007-07-30 Thread David Miller
From: Florian Zumbiehl <[EMAIL PROTECTED]> Date: Sun, 29 Jul 2007 08:04:36 +0200 > 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

[RESEND][PATCH 2/3] PPPoX/E: return ENOTTY on unknown ioctl requests

2007-07-28 Thread Florian Zumbiehl
Hi, 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). Florian ---

[PATCH 2/3] PPPoX/E: return ENOTTY on unknown ioctl requests

2007-03-13 Thread Florian Zumbiehl
Hi, 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). Florian ---