login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
October
»
1
Re: [PATCH -tip] pcm_native: label out defined but not used
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Takashi Iwai
Subject:
Re: [PATCH -tip] pcm_native: label out defined but not used
Date: Wednesday, October 1, 2008 - 1:56 am
At Wed, 1 Oct 2008 10:32:24 +0200, Ingo Molnar wrote:
quoted text
> > > * Takashi Iwai <tiwai@suse.de> wrote: > > > At Wed, 1 Oct 2008 09:59:21 +0200, > > Ingo Molnar wrote: > > > > > > > > > (Cc:-ed Taskashi for this ALSA cleanup patch.) > > > > This label is used when the debug option is enabled. > > ah, indeed: > > snd_assert(substream != NULL, goto out); > > if then i'd suggest to clean it up like this: > > if (snd_assert(substream != NULL)) > goto out; > > this is how DEBUG_LOCKS_WARN_ON() is used in kernel/lockdep.c for > example. Putting code flow side-effects into debug macros looks a bit > weird.
Yeah, already a similar change was done in the latest ALSA tree :) thanks, Takashi --
unsubscribe notice
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/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH -tip] pcm_native: label out defined but not used
, Steven Noonan
, (Wed Oct 1, 12:57 am)
[PATCH -tip] sdhci: 'scratch' may be used uninitialized
, Steven Noonan
, (Wed Oct 1, 12:57 am)
[PATCH -tip] drivers/serial/8250.c: 'i' may be used uninit ...
, Steven Noonan
, (Wed Oct 1, 12:57 am)
Re: [PATCH -tip] pcm_native: label out defined but not used
, Ingo Molnar
, (Wed Oct 1, 12:59 am)
Re: [PATCH -tip] sdhci: 'scratch' may be used uninitialized
, Ingo Molnar
, (Wed Oct 1, 1:00 am)
Re: [PATCH -tip] drivers/serial/8250.c: 'i' may be used un ...
, Ingo Molnar
, (Wed Oct 1, 1:01 am)
[PATCH -tip] pcm_native: label out defined but not used
, Steven Noonan
, (Wed Oct 1, 1:12 am)
Re: [PATCH -tip] pcm_native: label out defined but not used
, Takashi Iwai
, (Wed Oct 1, 1:13 am)
[PATCH -tip] sdhci: 'scratch' may be used uninitialized
, Steven Noonan
, (Wed Oct 1, 1:14 am)
[PATCH -tip] drivers/serial/8250.c: 'i' may be used uninit ...
, Steven Noonan
, (Wed Oct 1, 1:16 am)
Re: [PATCH -tip] drivers/serial/8250.c: 'i' may be used un ...
, Ingo Molnar
, (Wed Oct 1, 1:29 am)
Re: [PATCH -tip] pcm_native: label out defined but not used
, Ingo Molnar
, (Wed Oct 1, 1:32 am)
Re: [PATCH -tip] sdhci: 'scratch' may be used uninitialized
, Steven Noonan
, (Wed Oct 1, 1:33 am)
Re: [PATCH -tip] sdhci: 'scratch' may be used uninitialized
, Ingo Molnar
, (Wed Oct 1, 1:35 am)
Re: [PATCH -tip] drivers/serial/8250.c: 'i' may be used un ...
, Steven Noonan
, (Wed Oct 1, 1:36 am)
[PATCH] drivers/serial/8250.c: 'i' may be used uninitialized
, Steven Noonan
, (Wed Oct 1, 1:47 am)
Re: [PATCH -tip] drivers/serial/8250.c: 'i' may be used un ...
, Ingo Molnar
, (Wed Oct 1, 1:48 am)
[PATCH] sdhci: 'scratch' may be used uninitialized
, Steven Noonan
, (Wed Oct 1, 1:50 am)
Re: [PATCH -tip] pcm_native: label out defined but not used
, Takashi Iwai
, (Wed Oct 1, 1:56 am)
Re: [PATCH -tip] drivers/serial/8250.c: 'i' may be used un ...
, Alan Cox
, (Wed Oct 1, 3:33 am)
Re: [PATCH -tip] drivers/serial/8250.c: 'i' may be used un ...
, Alan Cox
, (Wed Oct 1, 3:34 am)
Re: [PATCH -tip] drivers/serial/8250.c: 'i' may be used un ...
, Ingo Molnar
, (Wed Oct 1, 3:57 am)
Re: [PATCH -tip] drivers/serial/8250.c: 'i' may be used un ...
, Alan Cox
, (Wed Oct 1, 8:41 am)
Re: [PATCH] drivers/serial/8250.c: 'i' may be used uniniti ...
, Alan Cox
, (Wed Oct 1, 2:36 pm)
Re: [PATCH -tip] drivers/serial/8250.c: 'i' may be used un ...
, Ingo Molnar
, (Thu Oct 2, 2:00 am)
Re: [PATCH] drivers/serial/8250.c: 'i' may be used uniniti ...
, Ingo Molnar
, (Thu Oct 2, 2:02 am)
Re: [PATCH] sdhci: 'scratch' may be used uninitialized
, Pierre Ossman
, (Sat Oct 4, 12:57 pm)
Re: [PATCH] sdhci: 'scratch' may be used uninitialized
, Adrian Bunk
, (Sun Oct 5, 7:28 am)
Re: [PATCH] sdhci: 'scratch' may be used uninitialized
, Steven Noonan
, (Sun Oct 5, 3:53 pm)
Re: [PATCH] sdhci: 'scratch' may be used uninitialized
, Adrian Bunk
, (Sun Oct 5, 4:16 pm)
Re: [PATCH] sdhci: 'scratch' may be used uninitialized
, Steven Noonan
, (Sun Oct 5, 4:48 pm)
Re: [PATCH] sdhci: 'scratch' may be used uninitialized
, Adrian Bunk
, (Sun Oct 5, 10:59 pm)
Re: [PATCH] sdhci: 'scratch' may be used uninitialized
, Ingo Molnar
, (Sun Oct 5, 11:30 pm)
Re: [PATCH] sdhci: 'scratch' may be used uninitialized
, Pierre Ossman
, (Mon Oct 6, 12:27 am)
Re: [PATCH] sdhci: 'scratch' may be used uninitialized
, Ingo Molnar
, (Mon Oct 6, 1:25 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Mathieu Desnoyers
[PATCH 01/10] local_t : architecture independant extension
Ingo Molnar
Re: 2.6.20-rc6-mm3
monstr
[PATCH 46/56] microblaze_v2: headers files entry.h current.h mman.h registers.h se...
alan
Re: Versioning file system
Jan Engelhardt
Re: Linux Security *Module* Framework (Was: LSM conversion to static interface)
git
:
Andy Parkins
git-fetch fails with error code 128
Johannes Sixt
Re: [PATCH v2 04/13] Teach rebase interactive the mark command
Yakov Lerner
Re: Autoconf/Automake
Miklos Vajna
Re: [IRC/patches] Failed octopus merge does not clean up
Johannes Sixt
Re: [msysGit] [PATCH 01/12] Fake reencoding success under NO_ICONV instead of retu...
linux-netdev
:
jamal
[net-next-2.6 PATCH 1/7] xfrm: introduce basic mark infrastructure
jamal
[net-next-2.6 PATCH 0/7] xfrm by MARK
Timo Teräs
ip xfrm policy semantics
Jeff Garzik
Re: [PATCH 1/5] sky2: phy setup changes
Ken-ichirou MATSUZAWA
Re: [PATCH] don't touch bridge sysfs in container.
git-commits-head
:
Linux Kernel Mailing List
No need to do lock_super() for exclusion in generic_shutdown_super()
Linux Kernel Mailing List
x86, msr: Export the register-setting MSR functions via /dev/*/msr
Linux Kernel Mailing List
MIPS: SMTC: Fix lockup in smtc_distribute_timer
Linux Kernel Mailing List
V4L/DVB (13840): smsusb: Add ISDB-T firmware for Hauppauge WinTV-Nova-T-MiniStick
Linux Kernel Mailing List
Input: gpio-keys - add support for disabling gpios through sysfs
openbsd-misc
:
Marco Peereboom
Re: Defending OpenBSD Performance
elitdostlar
Seks partneri arayan bayanlar bu adreste - 8878xs706x6438
Damon Schultz
Routing iTunes sharing across subnets using OpenBSD
Ashraf Cotu
Je sur comptable a la banque BCB je vais virée $6.million a la etranger
Chris Black
Re: carp, 2 router
Colocation donated by:
Syndicate