From: Adrian Bunk Date: Sat, 25 Jun 2005 21:59:02 +0000 (-0700) Subject: [PATCH] sound/oss/sscape.c: remove dead code X-Git-Tag: v2.6.13-rc1~68^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f25ad2d3b886e61d7ec03a3bdefc22871c14e9da;p=pandora-kernel.git [PATCH] sound/oss/sscape.c: remove dead code The Coverity checker found that sscape_sb_enable never get's assigned any value different from 0, and therefore some code paths are impossible. This patch removes this variable and the dead code paths. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed