From: Charles Keepax Date: Sun, 22 Feb 2015 16:43:22 +0000 (+0000) Subject: ASoC: wm8804: Merge CODEC probe and bus probe X-Git-Tag: omap-for-v4.2/o2_dc~120^2~1^2^5~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f2c9348095ae1a489abafe2ab3db7deca406e49;p=pandora-kernel.git ASoC: wm8804: Merge CODEC probe and bus probe All of the things in the CODEC probe, such as getting the regulators and verifying the chip ID, are better done in bus probe. It is better to fail during bus probe if this is the wrong chip and all resource allocation should be done in the bus probe anyway. This patch merges the CODEC probe into bus probe. Signed-off-by: Charles Keepax Signed-off-by: Mark Brown --- Reading git-diff-tree failed