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

* Re: [2.6 patch] drivers/cdrom/gscd.c: kill dead code
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Schwab @ 2005-03-22 22:46 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: linux-kernel

Adrian Bunk <bunk@stusta.de> writes:

> 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;
> -		}

I'd rather guess that (result != 6 || result == 0x0E) is borken, since
it's equivalent to (result != 6).

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

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

* Re: [2.6 patch] drivers/cdrom/gscd.c: kill dead code
  2005-03-22 22:46 ` Andreas Schwab
@ 2005-03-23 23:54   ` Adrian Bunk
  0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2005-03-23 23:54 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: linux-kernel

On Tue, Mar 22, 2005 at 11:46:20PM +0100, Andreas Schwab wrote:
> Adrian Bunk <bunk@stusta.de> writes:
> 
> > 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;
> > -		}
> 
> I'd rather guess that (result != 6 || result == 0x0E) is borken, since
> it's equivalent to (result != 6).

This driver seems to be pretty unchanged for the last 10 years.

Unless someone really knows your assumption was correct, I'd prefer 
staying with the old behavior.

> Andreas.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed



^ 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