public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Fabbione <fabbione@fabbione.net>
To: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: [PATCH .. not really...][2.4.5] drivers/usb/ov511.c
Date: Sat, 26 May 2001 12:15:36 +0200	[thread overview]
Message-ID: <3B0F8248.F3644D79@fabbione.net> (raw)

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

                 reply	other threads:[~2001-05-26 10:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3B0F8248.F3644D79@fabbione.net \
    --to=fabbione@fabbione.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox