[ALSA] Fix seq_clientmgr dereferences before NULL check
authorEugene Teo <eugene.teo@eugeneteo.net>
Fri, 17 Mar 2006 15:32:17 +0000 (16:32 +0100)
committerJaroslav Kysela <perex@suse.cz>
Wed, 22 Mar 2006 09:39:23 +0000 (10:39 +0100)
Modules: ALSA sequencer

cptr->pool must be non-NULL there, so just the if (cptr->pool) is
superfluous. Thanks Takashi.

Signed-off-by: Eugene Teo <eugene.teo@eugeneteo.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found