public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] drivers/cdrom/gscd.c: kill dead code
@ 2005-03-22 21:55 Adrian Bunk
  2005-03-22 22:46 ` Andreas Schwab
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2005-03-22 21:55 UTC (permalink / raw)
  To: linux-kernel

This patch removes some obviously dead code found by the Coverity 
checker.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.12-rc1-mm1-full/drivers/cdrom/gscd.c.old	2005-03-22 20:58:54.000000000 +0100
+++ linux-2.6.12-rc1-mm1-full/drivers/cdrom/gscd.c	2005-03-22 20:59:46.000000000 +0100
@@ -694,12 +694,8 @@
 		do {
 			result = wait_drv_ready();
 		} while (result != 6 || result == 0x0E);
 
-		if (result != 6) {
-			cmd_end();
-			return;
-		}
 #ifdef GSCD_DEBUG
 		printk("LOC_191 ");
 #endif
 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-03-23 23:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-22 21:55 [2.6 patch] drivers/cdrom/gscd.c: kill dead code Adrian Bunk
2005-03-22 22:46 ` Andreas Schwab
2005-03-23 23:54   ` Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox