Return-Path: Received: from localhost (bix [127.0.0.1]) by localhost.localdomain (8.12.10/8.12.10) with ESMTP id i35J7rl3026376 for ; Mon, 5 Apr 2004 12:07:54 -0700 Received: from bix [127.0.0.1] by localhost with POP3 (fetchmail-6.2.0) for akpm@localhost (single-drop); Mon, 05 Apr 2004 12:07:54 -0700 (PDT) Received: from fire-2.osdl.org (air1.pdx.osdl.net [172.20.0.5]) by mail.osdl.org (8.11.6/8.11.6) with ESMTP id i35J4v228483 for ; Mon, 5 Apr 2004 12:04:57 -0700 Received: from sampa7.prodam.sp.gov.br (sampa7.prodam.sp.gov.br [200.230.190.107]) by fire-2.osdl.org (8.12.8/8.12.8) with ESMTP id i35J4qWe009017 for ; Mon, 5 Apr 2004 12:04:56 -0700 Received: from cprodamibs250.prodam (cprodamibs250.prodam.sp.gov.br [10.10.64.250]) by sampa7.prodam.sp.gov.br with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id H9KAK1T7; Mon, 5 Apr 2004 16:03:51 -0300 Received: from lorien (10.11.128.176 [10.11.128.176]) by cprodamibs250.prodam with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id H2K9B88T; Mon, 5 Apr 2004 16:05:52 -0300 Date: Mon, 5 Apr 2004 16:04:37 -0300 From: "Luiz Fernando N. Capitulino" To: akpm@osdl.org Cc: perex@suse.cz Subject: [TRIVIAL] - wavefront_synth.c var not used. Message-Id: <20040405160437.1ee31bcf.lcapitulino@prefeitura.sp.gov.br> X-Mailer: Sylpheed version 0.9.7 (GTK+ 1.2.10; i386-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-MIMEDefang-Filter: osdl$Revision: 1.55 $ X-Scanned-By: MIMEDefang 2.36 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on bix X-Spam-Status: No, hits=-4.9 required=2.0 tests=BAYES_00 autolearn=ham version=2.60 Hi, The patch fixes this warning: sound/isa/wavefront/wavefront_synth.c:1923: warning: `errno' defined but not used diff -X dontdiff -Nparu a/sound/isa/wavefront/wavefront_synth.c a~/sound/isa/wavefront/wavefront_synth.c --- a/sound/isa/wavefront/wavefront_synth.c 2004-04-05 14:42:10.000000000 -0300 +++ a~/sound/isa/wavefront/wavefront_synth.c 2004-04-05 15:46:02.000000000 -0300 @@ -1920,7 +1920,6 @@ wavefront_reset_to_cleanliness (snd_wave #include #include -static int errno; static int __init wavefront_download_firmware (snd_wavefront_t *dev, char *path) -- Luiz Fernando N. Capitulino