ata: libata: make ata_host_suspend() *void*
[sfrench/cifs-2.6.git] / drivers / ata / pata_mpc52xx.c
index f1d352d5f128537acbe861860e44dd2618a90158..c1b138d24b0539c1fb0912c9b77f3f371b3e0fe2 100644 (file)
@@ -824,7 +824,8 @@ mpc52xx_ata_suspend(struct platform_device *op, pm_message_t state)
 {
        struct ata_host *host = platform_get_drvdata(op);
 
-       return ata_host_suspend(host, state);
+       ata_host_suspend(host, state);
+       return 0;
 }
 
 static int