public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [TRIVIAL] [2.5 patch] remove an unused function from NCR53c406a.c
@ 2003-07-07  7:46 Rusty Trivial Russell
  2003-07-07 13:56 ` James Bottomley
  0 siblings, 1 reply; 5+ messages in thread
From: Rusty Trivial Russell @ 2003-07-07  7:46 UTC (permalink / raw)
  To: linux-scsi, axboe

From:  Adrian Bunk <bunk@fs.tum.de>

  The patch below removes an unused function from 
  drivers/scsi/NCR53c406a.c .
   
  I've tested the compilation with 2.5.72-mm2.
   

--- trivial-2.5.74-bk4/drivers/scsi/NCR53c406a.c.orig	2003-07-07 17:36:33.000000000 +1000
+++ trivial-2.5.74-bk4/drivers/scsi/NCR53c406a.c	2003-07-07 17:36:33.000000000 +1000
@@ -170,7 +170,6 @@
 /* Static function prototypes */
 static void NCR53c406a_intr(int, void *, struct pt_regs *);
 static irqreturn_t do_NCR53c406a_intr(int, void *, struct pt_regs *);
-static void wait_intr(void);
 static void chip_init(void);
 static void calc_port_addr(void);
 #ifndef IRQ_LEV
@@ -664,26 +663,6 @@
 	return (info_msg);
 }
 
-static void wait_intr(void)
-{
-	unsigned long i = jiffies + WATCHDOG;
-
-	while (time_after(i, jiffies) && !(inb(STAT_REG) & 0xe0)) {	/* wait for a pseudo-interrupt */
-		cpu_relax();
-		barrier();
-	}
-
-	if (time_before_eq(i, jiffies)) {	/* Timed out */
-		rtrc(0);
-		current_SC->result = DID_TIME_OUT << 16;
-		current_SC->SCp.phase = idle;
-		current_SC->scsi_done(current_SC);
-		return;
-	}
-
-	NCR53c406a_intr(0, NULL, NULL);
-}
-
 static int NCR53c406a_queue(Scsi_Cmnd * SCpnt, void (*done) (Scsi_Cmnd *))
 {
 	int i;
-- 
  What is this? http://www.kernel.org/pub/linux/kernel/people/rusty/trivial/
  Don't blame me: the Monkey is driving
  File: Adrian Bunk <bunk@fs.tum.de>: [2.5 patch] remove an unused function from NCR53c406a.c

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

end of thread, other threads:[~2003-07-10 21:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-07  7:46 [TRIVIAL] [2.5 patch] remove an unused function from NCR53c406a.c Rusty Trivial Russell
2003-07-07 13:56 ` James Bottomley
2003-07-07 14:01   ` Alan Cox
2003-07-08  1:27   ` Rusty Russell
2003-07-10 21:37     ` Adrian Bunk

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