From: Andreas Schwab <schwab@suse.de>
To: Linus Torvalds <torvalds@osdl.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: Linux 2.6.20-rc2
Date: Sun, 24 Dec 2006 18:13:23 +0100 [thread overview]
Message-ID: <jey7ox2p58.fsf@sykes.suse.de> (raw)
In-Reply-To: <Pine.LNX.4.64.0612232043030.3671@woody.osdl.org> (Linus Torvalds's message of "Sat, 23 Dec 2006 20:49:41 -0800 (PST)")
Linus Torvalds <torvalds@osdl.org> writes:
> Yu Luming (1):
> ACPI: video: Add dev argument for backlight_device_register
Fix compilation of via-pmu-backlight.
Signed-off-by: Andreas Schwab <schwab@suse.de>
---
drivers/macintosh/via-pmu-backlight.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux-2.6.20-rc2/drivers/macintosh/via-pmu-backlight.c
===================================================================
--- linux-2.6.20-rc2.orig/drivers/macintosh/via-pmu-backlight.c 2006-11-30 23:33:39.000000000 +0100
+++ linux-2.6.20-rc2/drivers/macintosh/via-pmu-backlight.c 2006-12-24 17:58:18.000000000 +0100
@@ -147,7 +147,7 @@ void __init pmu_backlight_init()
snprintf(name, sizeof(name), "pmubl");
- bd = backlight_device_register(name, NULL, &pmu_backlight_data);
+ bd = backlight_device_register(name, NULL, NULL, &pmu_backlight_data);
if (IS_ERR(bd)) {
printk("pmubl: Backlight registration failed\n");
goto error;
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
next prev parent reply other threads:[~2006-12-24 17:13 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-24 4:49 Linux 2.6.20-rc2 Linus Torvalds
2006-12-24 13:58 ` Alessandro Suardi
2006-12-24 14:49 ` Jeff Garzik
2006-12-24 17:13 ` Andreas Schwab [this message]
2006-12-25 21:02 ` swsusp testing wanted (was Re: Linux 2.6.20-rc2) Pavel Machek
2006-12-28 22:31 ` 2.6.20-rc2: known regressions with patches available Adrian Bunk
2006-12-28 22:39 ` 2.6.20-rc2: known unfixed regressions Adrian Bunk
2006-12-28 22:57 ` Greg KH
2006-12-28 23:07 ` Adrian Bunk
2006-12-28 23:17 ` Linus Torvalds
2006-12-28 23:30 ` Greg KH
2006-12-29 1:36 ` Horst H. von Brand
2006-12-29 4:51 ` David Miller
2006-12-29 12:58 ` Adrian Bunk
2006-12-29 12:53 ` Adrian Bunk
2006-12-29 18:07 ` Ben Collins
2006-12-29 19:25 ` Adrian Bunk
2006-12-30 1:21 ` Horst H. von Brand
2006-12-30 1:57 ` Adrian Bunk
2006-12-29 18:14 ` Daniel Barkalow
2006-12-29 19:22 ` Adrian Bunk
2006-12-29 20:18 ` Daniel Barkalow
2006-12-31 0:47 ` 2.6.20-rc2: known unfixed regressions (v2) Adrian Bunk
2006-12-31 9:44 ` Ismail Dönmez
-- strict thread matches above, loose matches on Subject: below --
2006-12-25 22:40 Linux 2.6.20-rc2 Florin Iucha
2006-12-25 22:56 ` Florin Iucha
2006-12-25 23:06 ` Trond Myklebust
2006-12-26 1:30 ` Florin Iucha
2006-12-26 10:25 ` Andrew Morton
2006-12-26 12:40 ` Ingo Molnar
2006-12-26 14:20 ` Florin Iucha
2006-12-26 15:22 ` Ingo Molnar
[not found] ` <20061226234206.GD22307@iucha.net>
[not found] ` <20061226234253.GA7523@elte.hu>
2006-12-27 1:50 ` Florin Iucha
2006-12-26 15:36 ` Randy Dunlap
2006-12-26 16:26 ` Ingo Molnar
2006-12-26 16:37 ` Ingo Molnar
2006-12-26 17:44 ` Fabio Comolli
2007-01-03 12:33 ` Jiri Kosina
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=jey7ox2p58.fsf@sykes.suse.de \
--to=schwab@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox