Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[platform/kernel/linux-starfive.git] / drivers / ata / pata_arasan_cf.c
index 24c3d5e..e89617e 100644 (file)
@@ -937,7 +937,8 @@ static int arasan_cf_suspend(struct device *dev)
                dmaengine_terminate_all(acdev->dma_chan);
 
        cf_exit(acdev);
-       return ata_host_suspend(host, PMSG_SUSPEND);
+       ata_host_suspend(host, PMSG_SUSPEND);
+       return 0;
 }
 
 static int arasan_cf_resume(struct device *dev)