Re: FrameMasterII fbdev updates.
From: Geert Uytterhoeven <geert@linux-m68k.org>
Date: 2004-02-24 08:31:26
Also in:
lkml
On Mon, 23 Feb 2004, James Simmons wrote:
quoted hunk ↗ jump to hunk
quoted
On Wed, 18 Feb 2004, James Simmons wrote:quoted
Can you test this patch. It is a port of the driver to use sysfs.Merged your patch with mine. Here is the latest patch. Please test. The patch is against linus tree. Thank you.--- fbdev-2.6/drivers/video/fm2fb.c 2004-02-22 20:18:18.000000000 -0800 +++ linus-2.6/drivers/video/fm2fb.c 2004-02-18 20:59:07.000000000 -0800
Woops, wrong direction :-) You missed these two: - Fix indentation - Kill space at end of line
--- linux/drivers/video/fm2fb.c.orig 2004-02-24 09:28:59.000000000 +0100
+++ linux/drivers/video/fm2fb.c 2004-02-23 20:48:50.000000000 +0100@@ -211,7 +211,7 @@ */ static int __devinit fm2fb_probe(struct zorro_dev *z, - const struct zorro_device_id *id); + const struct zorro_device_id *id); static struct zorro_device_id fm2fb_devices[] __devinitdata = { { ZORRO_PROD_BSC_FRAMEMASTER_II },
@@ -226,7 +226,7 @@ }; static int __devinit fm2fb_probe(struct zorro_dev *z, - const struct zorro_device_id *id) + const struct zorro_device_id *id) { struct fb_info *info; unsigned long *ptr;
@@ -238,7 +238,7 @@ if (!zorro_request_device(z,"fm2fb")) return -ENXIO; - info = framebuffer_alloc(256 * sizeof(u32), &z->dev); + info = framebuffer_alloc(256 * sizeof(u32), &z->dev); if (!info) { zorro_release_device(z); return -ENOMEM;
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click