* [PATCH] asus-laptop: ASUS laptop no longer compiles. I think this is the right fix ?
@ 2007-07-23 13:53 Alan Cox
2007-07-23 15:42 ` Oleg Verych
0 siblings, 1 reply; 2+ messages in thread
From: Alan Cox @ 2007-07-23 13:53 UTC (permalink / raw)
To: torvalds, linux-kernel, acpi4asus-user
Signed-off-by: Alan Cox <alan@redhat.com>
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.23rc1/drivers/misc/asus-laptop.c linux-2.6.23rc1/drivers/misc/asus-laptop.c
--- linux.vanilla-2.6.23rc1/drivers/misc/asus-laptop.c 2007-07-23 12:56:12.000000000 +0100
+++ linux-2.6.23rc1/drivers/misc/asus-laptop.c 2007-07-23 13:39:55.000000000 +0100
@@ -1067,8 +1067,8 @@
}
#define ASUS_LED_UNREGISTER(object) \
- if(object##_led.class_dev \
- && !IS_ERR(object##_led.class_dev)) \
+ if(object##_led.dev \
+ && !IS_ERR(object##_led.dev)) \
led_classdev_unregister(&object##_led)
static void asus_led_exit(void)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] asus-laptop: ASUS laptop no longer compiles. I think this is the right fix ?
2007-07-23 13:53 [PATCH] asus-laptop: ASUS laptop no longer compiles. I think this is the right fix ? Alan Cox
@ 2007-07-23 15:42 ` Oleg Verych
0 siblings, 0 replies; 2+ messages in thread
From: Oleg Verych @ 2007-07-23 15:42 UTC (permalink / raw)
To: Alan Cox, linux-kernel
* Date: Mon, 23 Jul 2007 14:53:10 +0100
http://permalink.gmane.org/gmane.linux.kernel/559360
____
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-07-23 15:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-23 13:53 [PATCH] asus-laptop: ASUS laptop no longer compiles. I think this is the right fix ? Alan Cox
2007-07-23 15:42 ` Oleg Verych
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®