Re: [PATCH v2] ASoC: rockchip: fix a misjudgement by return

2015-08-26 Thread Mark Brown
On Wed, Aug 26, 2015 at 11:20:44AM +0800, Xing Zheng wrote: > Being careless, judge the return value of snd_soc_card_jack_new > is opposite, so it should be fixed. This patch has been applied already. If any changes are required to already applied patches please send incremental patches against c

[PATCH v2] ASoC: rockchip: fix a misjudgement by return

2015-08-25 Thread Xing Zheng
Being careless, judge the return value of snd_soc_card_jack_new is opposite, so it should be fixed. --- Changes in v2: Signed-off-by: Xing Zheng Reviewed-by: Dylan Reid sound/soc/rockchip/rockchip_rt5645.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/rockch