diff options
Diffstat (limited to 'sound/soc/intel/common/sst-firmware.c')
-rw-r--r-- | sound/soc/intel/common/sst-firmware.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/common/sst-firmware.c b/sound/soc/intel/common/sst-firmware.c index ef4881e7753a..25993527370b 100644 --- a/sound/soc/intel/common/sst-firmware.c +++ b/sound/soc/intel/common/sst-firmware.c | |||
@@ -203,7 +203,7 @@ static struct dw_dma_chip *dw_probe(struct device *dev, struct resource *mem, | |||
203 | 203 | ||
204 | chip->dev = dev; | 204 | chip->dev = dev; |
205 | 205 | ||
206 | err = dw_dma_probe(chip, NULL); | 206 | err = dw_dma_probe(chip); |
207 | if (err) | 207 | if (err) |
208 | return ERR_PTR(err); | 208 | return ERR_PTR(err); |
209 | 209 | ||