https://github.com/torvalds/linux
Revision eff919ac0fc7565e71ffa35657c333dd8cdc0520 authored by Arnd Bergmann on 01 October 2011, 20:03:34 UTC, committed by Mark Brown on 02 October 2011, 18:16:52 UTC
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 <arnd@arndb.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: stable@kernel.org
1 parent 9058020
History
Tip revision: eff919ac0fc7565e71ffa35657c333dd8cdc0520 authored by Arnd Bergmann on 01 October 2011, 20:03:34 UTC
ASoC: use a valid device for dev_err() in Zylonite
Tip revision: eff919a

back to top