From: Xiubo Li
Date: Mon, 1 Sep 2014 06:46:52 +0000 (+0800)
Subject: ASoC: simple-card: Fix bug of wrong decrement DT node's refcount
X-Git-Tag: fixes-v3.17-rc4~27^2^2^9
X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3c4a28b611b03d69bfbdffda985ef0dd94c2794;p=pandora-kernel.git
ASoC: simple-card: Fix bug of wrong decrement DT node's refcount
DAI links's cpu_of_node's and codec_of_node's refcounts shouldn't
be decremented immediately at the end of the probe() fucntion.
Because we will still use them before the audio card is removed.
Signed-off-by: Xiubo Li
Signed-off-by: Mark Brown
---
Reading git-diff-tree failed