Re: [PATCH] ALSA: pcm_native: remove unused label

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Sven Wegener
Date: Sunday, August 3, 2008 - 10:27 am

On Sun, 3 Aug 2008, Marcin Slusarz wrote:


Uhm, no, there's

snd_assert(substream != NULL, goto out);

one line above your context. The snd_assert() macro will only include the 
second argument with CONFIG_SND_DEBUG, without CONFIG_SND_DEBUG it just 
evaulates the first parameter and triggers the warning.

Sven
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] ALSA: pcm_native: remove unused label, Marcin Slusarz, (Sun Aug 3, 9:47 am)
Re: [PATCH] ALSA: pcm_native: remove unused label, Sven Wegener, (Sun Aug 3, 10:27 am)
Re: [PATCH] ALSA: pcm_native: remove unused label, Sven Wegener, (Sun Aug 3, 10:33 am)
Re: [PATCH] ALSA: pcm_native: remove unused label, Marcin Slusarz, (Sun Aug 3, 11:07 am)