Message ID | 20200208220720.36657-1-colin.king@canonical.com |
---|---|
State | Accepted |
Commit | 3025571edd9df653e1ad649f0638368a39d1bbb5 |
Headers | show |
Series | ASoC: Intel: mrfld: return error codes when an error occurs | expand |
diff --git a/sound/soc/intel/atom/sst/sst_pci.c b/sound/soc/intel/atom/sst/sst_pci.c index d952719bc098..5862fe968083 100644 --- a/sound/soc/intel/atom/sst/sst_pci.c +++ b/sound/soc/intel/atom/sst/sst_pci.c @@ -99,7 +99,7 @@ static int sst_platform_get_resources(struct intel_sst_drv *ctx) dev_dbg(ctx->dev, "DRAM Ptr %p\n", ctx->dram); do_release_regions: pci_release_regions(pci); - return 0; + return ret; } /*