/* must be at-least 3ms to allow bus to see disconnect */
        mdelay(3);
 
+       hsotg->last_rst = jiffies;
+
        /* remove the soft-disconnect and let's go */
        __bic32(hsotg->regs + DCTL, DCTL_SFTDISCON);
 }
                                                          -ECONNRESET, true);
 
                                s3c_hsotg_core_init(hsotg);
-                               hsotg->last_rst = jiffies;
                        }
                }
        }
                goto err;
        }
 
-       hsotg->last_rst = jiffies;
        dev_info(hsotg->dev, "bound driver %s\n", driver->driver.name);
        return 0;
 
        }
 
        spin_lock_irqsave(&hsotg->lock, flags);
-       hsotg->last_rst = jiffies;
        s3c_hsotg_phy_enable(hsotg);
        s3c_hsotg_core_init(hsotg);
        spin_unlock_irqrestore(&hsotg->lock, flags);