|
@@ -2170,7 +2170,7 @@ sd_spinup_disk(struct scsi_disk *sdkp)
|
|
|
}
|
|
}
|
|
|
/* Wait 1 second for next try */
|
|
/* Wait 1 second for next try */
|
|
|
msleep(1000);
|
|
msleep(1000);
|
|
|
- printk(".");
|
|
|
|
|
|
|
+ printk(KERN_CONT ".");
|
|
|
|
|
|
|
|
/*
|
|
/*
|
|
|
* Wait for USB flash devices with slow firmware.
|
|
* Wait for USB flash devices with slow firmware.
|
|
@@ -2200,9 +2200,9 @@ sd_spinup_disk(struct scsi_disk *sdkp)
|
|
|
|
|
|
|
|
if (spintime) {
|
|
if (spintime) {
|
|
|
if (scsi_status_is_good(the_result))
|
|
if (scsi_status_is_good(the_result))
|
|
|
- printk("ready\n");
|
|
|
|
|
|
|
+ printk(KERN_CONT "ready\n");
|
|
|
else
|
|
else
|
|
|
- printk("not responding...\n");
|
|
|
|
|
|
|
+ printk(KERN_CONT "not responding...\n");
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|