Re: [PATCH] rfkill: Make state sysfs writable

2007-07-18 Thread David Miller
From: Ivo van Doorn <[EMAIL PROTECTED]> Date: Wed, 18 Jul 2007 19:59:22 +0200 > The rfkill state Sysfs attribute should be made writable, > we already pass the argument for the store handler, > so we only need to update the permissions flag. > > Signed-off-by: Ivo van Doorn <[EMAIL PROTECTED]> A

[PATCH] rfkill: Make state sysfs writable

2007-07-18 Thread Ivo van Doorn
The rfkill state Sysfs attribute should be made writable, we already pass the argument for the store handler, so we only need to update the permissions flag. Signed-off-by: Ivo van Doorn <[EMAIL PROTECTED]> --- diff --git a/net/rfkill/rfkill.c b/net/rfkill/rfkill.c index f3986d4..db3395b 100644