[PATCH .. not really...][2.4.5] drivers/usb/ov511.c

From: Fabbione (fabbione@fabbione.net)
Date: Sat May 26 2001 - 05:15:36 EST


Hi gurus,
        this file does not compile.
I've probably found the solution but i'm totally not an expert and
nearly to able
to submit a normal patch... sorry...

in the function ov511_read_proc the line
out += sprintf (out, "driver_version : %s\n", version);
report an error because version is not defined.

I've tryed in this way:
out += sprintf (out, "driver_version : %s\n", DRIVER_VERSION);

this compile and seems to work....

Regards
Fabio
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu May 31 2001 - 21:00:28 EST