aboutsummaryrefslogtreecommitdiff
path: root/lib/test_overflow.c
diff options
context:
space:
mode:
authorKuninori Morimoto <[email protected]>2017-11-06 01:07:27 +0000
committerMark Brown <[email protected]>2017-11-06 11:29:44 +0000
commitc409c2a963475f0288ba3bb47a10f04f6441ffb9 (patch)
treeed4a7643d0af85293058c11c1987aad889bdfe10 /lib/test_overflow.c
parent9b6ea25066b05c4b8bc4ea69037741bd67649cd1 (diff)
ASoC: rsnd: return -EIO if rsnd_dmaen_request_channel() failed
PTR_ERR(NULL) is success. Normally when a function returns both NULL and error pointers, it means that NULL is not a error. But, rsnd_dmaen_request_channel() returns NULL if requested resource was failed. Let's return -EIO if rsnd_dmaen_request_channel() was failed on rsnd_dmaen_nolock_start(). This patch fixes commit edce5c496c6a ("ASoC: rsnd: Request/Release DMA channel eachtime") Reported-by: Dan Carpenter <[email protected]> Signed-off-by: Kuninori Morimoto <[email protected]> Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions