* [PATCH] ALSA: wss_lib: missing closing brace in (ifdeffed out) debug function.
@ 2008-08-08 14:41 Rene Herman
2008-08-08 17:04 ` Krzysztof Helt
0 siblings, 1 reply; 2+ messages in thread
From: Rene Herman @ 2008-08-08 14:41 UTC (permalink / raw)
To: Takashi Iwai; +Cc: Krzysztof Helt, ALSA devel
[-- Attachment #1: 0001-ALSA-wss_lib-missing-closing-brace-in-ifdeffed-ou.patch --]
[-- Type: text/plain, Size: 887 bytes --]
>From c5c7bb20460d9cb20fa85fcd6b0121c9cc8bc13c Mon Sep 17 00:00:00 2001
From: Rene Herman <rene.herman@gmail.com>
Date: Fri, 8 Aug 2008 16:39:21 +0200
Subject: [PATCH] ALSA: wss_lib: missing closing brace in (ifdeffed out) debug function.
Signed-off-by: Rene Herman <rene.herman@gmail.com>
---
sound/isa/wss/wss_lib.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/isa/wss/wss_lib.c b/sound/isa/wss/wss_lib.c
index 011da7a..6b7a0fc 100644
--- a/sound/isa/wss/wss_lib.c
+++ b/sound/isa/wss/wss_lib.c
@@ -282,7 +282,7 @@ static void snd_wss_debug(struct snd_wss *chip)
printk(KERN_DEBUG
"CS4231 REGS: INDEX = 0x%02x "
" STATUS = 0x%02x\n",
- wss_inb(chip, CS4231P(REGSEL),
+ wss_inb(chip, CS4231P(REGSEL)),
wss_inb(chip, CS4231P(STATUS)));
printk(KERN_DEBUG
" 0x00: left input = 0x%02x "
--
1.5.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ALSA: wss_lib: missing closing brace in (ifdeffed out) debug function.
2008-08-08 14:41 [PATCH] ALSA: wss_lib: missing closing brace in (ifdeffed out) debug function Rene Herman
@ 2008-08-08 17:04 ` Krzysztof Helt
0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Helt @ 2008-08-08 17:04 UTC (permalink / raw)
To: Rene Herman; +Cc: Takashi Iwai, Krzysztof Helt, ALSA devel
On Fri, 08 Aug 2008 16:41:46 +0200
Rene Herman <rene.herman@keyaccess.nl> wrote:
> From c5c7bb20460d9cb20fa85fcd6b0121c9cc8bc13c Mon Sep 17 00:00:00 2001
> From: Rene Herman <rene.herman@gmail.com>
> Date: Fri, 8 Aug 2008 16:39:21 +0200
> Subject: [PATCH] ALSA: wss_lib: missing closing brace in (ifdeffed out) debug function.
>
> Signed-off-by: Rene Herman <rene.herman@gmail.com>
> ---
Acked-by: Krzysztof Helt <krzysztof.h1@wp.pl>
> sound/isa/wss/wss_lib.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/sound/isa/wss/wss_lib.c b/sound/isa/wss/wss_lib.c
> index 011da7a..6b7a0fc 100644
> --- a/sound/isa/wss/wss_lib.c
> +++ b/sound/isa/wss/wss_lib.c
> @@ -282,7 +282,7 @@ static void snd_wss_debug(struct snd_wss *chip)
> printk(KERN_DEBUG
> "CS4231 REGS: INDEX = 0x%02x "
> " STATUS = 0x%02x\n",
> - wss_inb(chip, CS4231P(REGSEL),
> + wss_inb(chip, CS4231P(REGSEL)),
> wss_inb(chip, CS4231P(STATUS)));
> printk(KERN_DEBUG
> " 0x00: left input = 0x%02x "
> --
> 1.5.5
>
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
>
----------------------------------------------------------------------
Tylko dla detektywow! Konkurs na Smaker.pl
Kliknij >>> http://link.interia.pl/f1eb1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-08-08 16:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-08 14:41 [PATCH] ALSA: wss_lib: missing closing brace in (ifdeffed out) debug function Rene Herman
2008-08-08 17:04 ` Krzysztof Helt
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.