Print this page
XXXX introduce drv_sectohz

@@ -1561,12 +1561,11 @@
                 /*
                  * since this is a blocking call, sleep for some time
                  * to allow SA to transition from busy state (if busy)
                  */
                 if (mad_status == MAD_STATUS_BUSY)
-                        delay(drv_usectohz(
-                            IBMF_SAA_BUSY_RETRY_SLEEP_SECS * 1000000));
+                        delay(drv_sectohz(IBMF_SAA_BUSY_RETRY_SLEEP_SECS));
         }
 
         if (ibmf_status != IBMF_SUCCESS) {
 
                 IBMF_TRACE_2(IBMF_TNF_DEBUG, DPRINT_L2,