libata: report link resume failure as KERN_WARNING instead of ERR
[deliverable/linux.git] / drivers / ata / libata-core.c
index 83a292904ca92ff50db43b8dcbc857cb79ad73ba..4a3a5ae7bb45edaf0e115add80b0d76dfda6ff2e 100644 (file)
@@ -3534,7 +3534,7 @@ int sata_link_resume(struct ata_link *link, const unsigned long *params,
        } while ((scontrol & 0xf0f) != 0x300 && --tries);
 
        if ((scontrol & 0xf0f) != 0x300) {
-               ata_link_err(link, "failed to resume link (SControl %X)\n",
+               ata_link_warn(link, "failed to resume link (SControl %X)\n",
                             scontrol);
                return 0;
        }
This page took 0.026078 seconds and 5 git commands to generate.