lkml.org 
[lkml]   [2002]   [Dec]   [27]   [last100]   RSS-feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Complete thread (EXPERIMENTAL)
Patch in this message
/
DateFri, 27 Dec 2002 17:09:16 +0100
FromGeert Uytterhoeven <>
Subject[PATCH] NCR5380 unbalanced curly brace
Digg This
Fix inbalance of curly braces if AUTOSENSE is not defined.

[view this diff only]
--- linux-2.5.53/drivers/scsi/NCR5380.c	Tue Dec 10 13:41:29 2002
+++ linux-m68k-2.5.53/drivers/scsi/NCR5380.c	Sun Dec  1 21:45:41 2002
@@ -2489,8 +2489,9 @@
 						    hostdata->issue_queue;
 						hostdata->issue_queue = (Scsi_Cmnd *) cmd;
 						dprintk(NDEBUG_QUEUES, ("scsi%d : REQUEST SENSE added to head of issue queue\n", instance->host_no));
-					} else {
+					} else
 #endif				/* def AUTOSENSE */
+					{
 						collect_stats(hostdata, cmd);
 						cmd->scsi_done(cmd);
 					}
Gr{oetje,eeting}s,
Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
\
ISP Services
Valid XHTML 1.0!\ /
Valid CSS! Last update: 2005-03-22 12:31    [W:0.156 / U:0.320 seconds]
©2003-2005 Jasper Spaans