ASoC: soc-dai: clarify return value for get_sdw_stream()
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Fri, 4 Sep 2020 18:28:52 +0000 (02:28 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 7 Sep 2020 12:15:49 +0000 (13:15 +0100)
commitd20e834e13ce349c9b901b9dd8b7013e255083e8
treee2e28bc7e00712cf3fe5af15ccfe1836890ada0a
parent1b3c63acb1e52d5af04b99b9b784ff3775c63313
ASoC: soc-dai: clarify return value for get_sdw_stream()

Previous changes move to use ERR_PTR(-ENOTSUPP), but it's not clear
what implementations can return in case of errors. Explicitly document
that NULL is not a possible return value, only ERR_PTR with a negative
error code is valid.

Fixes: 308811a327c38 ('ASoC: soc-dai: return proper error for get_sdw_stream()')
Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Reported-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Rander Wang <rander.wang@linux.intel.com>
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://lore.kernel.org/r/20200904182854.3944-2-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc-dai.h