]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/firewire/fw-sbp2.c
firewire: fw-sbp2: delay first login to avoid retries
[linux-2.6-omap-h63xx.git] / drivers / firewire / fw-sbp2.c
index ef0b9b419c27a6cbdd4216916368641f3968df17..17bf0e1468e65b167c3d5468ccad5fd86a1cd8d0 100644 (file)
@@ -1147,7 +1147,7 @@ static int sbp2_probe(struct device *dev)
 
        /* Do the login in a workqueue so we can easily reschedule retries. */
        list_for_each_entry(lu, &tgt->lu_list, link)
-               sbp2_queue_work(lu, 0);
+               sbp2_queue_work(lu, DIV_ROUND_UP(HZ, 5));
        return 0;
 
  fail_tgt_put: