Re: [RFC PATCH 01/14] ASoC: qcom: Remove redundant error check.

2015-05-04 Thread Mark Brown
On Thu, Apr 30, 2015 at 06:16:35PM +0100, Srinivas Kandagatla wrote: > This patch remove redundant check after request_resource as ioremap would > do the check anyway. Applied, thanks. signature.asc Description: Digital signature

Re: [RFC PATCH 01/14] ASoC: qcom: Remove redundant error check.

2015-05-04 Thread Mark Brown
On Thu, Apr 30, 2015 at 06:16:35PM +0100, Srinivas Kandagatla wrote: This patch remove redundant check after request_resource as ioremap would do the check anyway. Applied, thanks. signature.asc Description: Digital signature

[RFC PATCH 01/14] ASoC: qcom: Remove redundant error check.

2015-04-30 Thread Srinivas Kandagatla
This patch remove redundant check after request_resource as ioremap would do the check anyway. Signed-off-by: Srinivas Kandagatla --- sound/soc/qcom/lpass-cpu.c | 4 1 file changed, 4 deletions(-) diff --git a/sound/soc/qcom/lpass-cpu.c b/sound/soc/qcom/lpass-cpu.c index 6698d05..1e284c6

[RFC PATCH 01/14] ASoC: qcom: Remove redundant error check.

2015-04-30 Thread Srinivas Kandagatla
This patch remove redundant check after request_resource as ioremap would do the check anyway. Signed-off-by: Srinivas Kandagatla srinivas.kandaga...@linaro.org --- sound/soc/qcom/lpass-cpu.c | 4 1 file changed, 4 deletions(-) diff --git a/sound/soc/qcom/lpass-cpu.c