From: Nicolin Chen Date: Thu, 24 Apr 2014 11:13:58 +0000 (+0800) Subject: ASoC: simple-card: Drop node->name checking X-Git-Tag: omap-for-v3.16/fixes-against-rc1~21^2~52^2~1^6~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50e6c718a1eb2ae6d05f22615d8268b026175a4a;p=pandora-kernel.git ASoC: simple-card: Drop node->name checking The current simple-card driver limits the DT node name to "sound". Any of other names is forbidden while actually we should allow DT to pass other node names. And if this function is being called, the node must already have the compatible "simple-audio-card" in DTB. So there should be no need to check the name here. Signed-off-by: Nicolin Chen Signed-off-by: Mark Brown --- Reading git-diff-tree failed