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

Fabbione (fabbione@fabbione.net)
Sat, 26 May 2001 12:15:36 +0200


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/