This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / scsi / qlogicfc.c
index 3a192e3..ef1fdfd 100644 (file)
@@ -815,11 +815,9 @@ int isp2x00_detect(Scsi_Host_Template * tmpt)
           some time before recognizing it is attached to a fabric */
 
 #if ISP2x00_FABRIC
-       if (hosts) {
-               for (wait_time = jiffies + 5 * HZ; time_before(jiffies, wait_time);) {
-                       barrier();
-                       cpu_relax();
-               }
+       for (wait_time = jiffies + 5 * HZ; time_before(jiffies, wait_time);) {
+               barrier();
+               cpu_relax();
        }
 #endif