From e3c4a28b611b03d69bfbdffda985ef0dd94c2794 Mon Sep 17 00:00:00 2001
From: Xiubo Li
Date: Mon, 1 Sep 2014 14:46:52 +0800
Subject: [PATCH] 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-format-patch failed