Merge remote-tracking branch 'asoc/for-5.8' into asoc-linus
This commit is contained in:
@@ -899,7 +899,7 @@ static int lantiq_ssc_probe(struct platform_device *pdev)
|
||||
master->bits_per_word_mask = SPI_BPW_RANGE_MASK(2, 8) |
|
||||
SPI_BPW_MASK(16) | SPI_BPW_MASK(32);
|
||||
|
||||
spi->wq = alloc_ordered_workqueue(dev_name(dev), 0);
|
||||
spi->wq = alloc_ordered_workqueue(dev_name(dev), WQ_MEM_RECLAIM);
|
||||
if (!spi->wq) {
|
||||
err = -ENOMEM;
|
||||
goto err_clk_put;
|
||||
|
Reference in New Issue
Block a user