From: Lars-Peter Clausen Date: Thu, 30 Oct 2014 20:01:09 +0000 (+0100) Subject: ASoC: wm9713: Move driver state struct allocation to driver probe X-Git-Tag: omap-for-v3.19/fixes-rc1~126^2~20^2^4~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5efe89d9525f24f607079307d2d9510e30ba8590;p=pandora-kernel.git ASoC: wm9713: Move driver state struct allocation to driver probe Resources for the device should be allocated in the device driver probe callback, rather than in the ASoC CODEC probe callback. E.g. one advantage is that we can use device managed allocations. Signed-off-by: Lars-Peter Clausen Acked-by: Charles Keepax Signed-off-by: Mark Brown --- Reading git-diff-tree failed