* [PATCH] fbdev: trivial fb_get_options fix for cyber2000fb and bw2fb
@ 2004-10-12 1:04 Antonino A. Daplas
0 siblings, 0 replies; only message in thread
From: Antonino A. Daplas @ 2004-10-12 1:04 UTC (permalink / raw)
To: Andrew Morton, Linus Torvalds, Linux Fbdev development list
Trivial fb_get_options fix for
- cyber200fb
- bw2fb
Signed-off-by: Antonino Daplas <adaplas@pol.net>
---
bw2.c | 2 +-
cyber2000fb.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff -uprN linux-2.6.9-rc3-mm3-orig/drivers/video/bw2.c linux-2.6.9-rc3-mm3/drivers/video/bw2.c
--- linux-2.6.9-rc3-mm3-orig/drivers/video/bw2.c 2004-10-12 08:57:28.613795144 +0800
+++ linux-2.6.9-rc3-mm3/drivers/video/bw2.c 2004-10-12 08:56:51.244476144 +0800
@@ -386,7 +386,7 @@ int __init bw2_init(void)
struct sbus_bus *sbus;
struct sbus_dev *sdev;
- if (fb_get_options("bw2fb", &option))
+ if (fb_get_options("bw2fb", NULL))
return -ENODEV;
#ifdef CONFIG_SUN4
diff -uprN linux-2.6.9-rc3-mm3-orig/drivers/video/cyber2000fb.c linux-2.6.9-rc3-mm3/drivers/video/cyber2000fb.c
--- linux-2.6.9-rc3-mm3-orig/drivers/video/cyber2000fb.c 2004-10-12 08:57:33.672026176 +0800
+++ linux-2.6.9-rc3-mm3/drivers/video/cyber2000fb.c 2004-10-12 08:56:59.958151464 +0800
@@ -1724,7 +1724,7 @@ int __init cyber2000fb_init(void)
#ifndef MODULE
char *option = NULL;
- if (fb_get_options("cyber2000fb", NULL))
+ if (fb_get_options("cyber2000fb", &option))
return -ENODEV;
cyber2000fb_setup(option);
#endif
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-10-12 1:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-12 1:04 [PATCH] fbdev: trivial fb_get_options fix for cyber2000fb and bw2fb Antonino A. Daplas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).