From: Arnd Bergmann Date: Sat, 1 Oct 2011 20:03:34 +0000 (+0200) Subject: ASoC: use a valid device for dev_err() in Zylonite X-Git-Tag: v3.1-rc9~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eff919ac0fc7565e71ffa35657c333dd8cdc0520;p=pandora-kernel.git ASoC: use a valid device for dev_err() in Zylonite A recent conversion has introduced references to &pdev->dev, which does not actually exist in all the contexts it's used in. Replace this with card->dev where necessary, in order to let the driver build again. Signed-off-by: Arnd Bergmann Signed-off-by: Mark Brown Cc: stable@kernel.org --- Reading git-diff-tree failed