[ALSA] kill dead code
commit94f19c9a6da1fd3a5958f1a0b44aa340f2596a5b
authorAdrian Bunk <bunk@stusta.de>
Thu, 24 Mar 2005 11:01:15 +0000 (24 12:01 +0100)
committerJaroslav Kysela <perex@suse.cz>
Sun, 29 May 2005 07:00:11 +0000 (29 09:00 +0200)
tree25934824d74c8534a53283eb3a5a90e9e2408b03
parent254feb882a7c6e4e51416dff6a97d847fbbba551
[ALSA] kill dead code

ALSA<-OSS emulation
The Coverity checker found this obviously dead code.

I'm not sure which of the if (plugin == NULL) is correct - this patch
removes the one that couldn't be true.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/oss/pcm_plugin.c