Re: FrameMasterII fbdev updates.
From: Geert Uytterhoeven
Date: Tue Feb 24 2004 - 03:33:55 EST
On Mon, 23 Feb 2004, James Simmons wrote:
> > On Wed, 18 Feb 2004, James Simmons wrote:
> > > 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@xxxxxxxxxxxxxx
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/