git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9058020
)
ASoC: use a valid device for dev_err() in Zylonite
author
Arnd Bergmann
<arnd@arndb.de>
Sat, 1 Oct 2011 20:03:34 +0000
(22:03 +0200)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Sun, 2 Oct 2011 18:16:52 +0000
(19:16 +0100)
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
No differences found