spi: tegra: checking for ERR_PTR instead of NULL
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 16 Dec 2013 14:02:10 +0000 (17:02 +0300)
committerStephen Warren <swarren@nvidia.com>
Mon, 16 Dec 2013 16:51:58 +0000 (09:51 -0700)
dma_request_slave_channel() returns NULL on error and not ERR_PTRs.
I've fixed this by using dma_request_slave_channel_reason() which does
return ERR_PTRs.

Fixes: a915d150f68d ('spi: tegra: convert to standard DMA DT bindings')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>

No differences found