View | Details | Raw Unified | Return to bug 11703 | Differences between
and this patch

Collapse All | Expand All

(-)a/drivers/ata/libata-core.c (-1 / +1 lines)
Lines 5428-5434 int ata_host_suspend(struct ata_host *host, pm_message_t mesg) Link Here
5428
void ata_host_resume(struct ata_host *host)
5428
void ata_host_resume(struct ata_host *host)
5429
{
5429
{
5430
	ata_host_request_pm(host, PMSG_ON, ATA_EH_RESET,
5430
	ata_host_request_pm(host, PMSG_ON, ATA_EH_RESET,
5431
			    ATA_EHI_NO_AUTOPSY | ATA_EHI_QUIET, 0);
5431
			    ATA_EHI_NO_AUTOPSY/* | ATA_EHI_QUIET*/, 0);
5432
	host->dev->power.power_state = PMSG_ON;
5432
	host->dev->power.power_state = PMSG_ON;
5433
5433
5434
	/* reenable link pm */
5434
	/* reenable link pm */

Return to bug 11703