commit | e9036c2a60f368b8ddc349fbbcde918ed32ab597 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Wed Dec 11 11:20:50 2013 -0700 |
committer | Mark Brown <broonie@linaro.org> | Wed Dec 11 22:45:36 2013 +0000 |
tree | 2e9eb35bb4708d028dbca5b8720736ee5ee17afe | |
parent | 5eda87b890f867b098e5566b5543642851e8b9c3 [diff] |
ASoC: dmaengine: fix deferred probe detection Check the return value of dma_request_slave_channel_reason() to see if deferred probe happens, not the variable the return value will be assigned to later. Reported-by: kbuild test robot <fengguang.wu@intel.com> Fixes: 5eda87b890f8 ("ASoC: dmaengine: support deferred probe for DMA channels") Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Mark Brown <broonie@linaro.org>