Home
last modified time | relevance | path

Searched hist:d9a02c552cd69c466998e3afdf420cb4c0b9d9d9 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/soc/
H A Dsoc-core.cdiff d9a02c552cd69c466998e3afdf420cb4c0b9d9d9 Mon Aug 07 07:08:53 CDT 2017 Fabio Estevam <festevam@gmail.com> ASoC: soc-core: Use IS_ERR_OR_NULL()

The check of IS_ERR or NULL pointer can be replaced by IS_ERR_OR_NULL(),
which helps readability.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>