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:
395c994
)
ALSA: ppc: keywest: Don't use i2c_client->driver
author
Lars-Peter Clausen
<lars@metafoo.de>
Sun, 29 Sep 2013 08:51:04 +0000
(10:51 +0200)
committer
Wolfram Sang
<wsa@the-dreams.de>
Thu, 3 Oct 2013 20:28:29 +0000
(22:28 +0200)
The 'driver' field of the i2c_client struct is redundant and is going to be
removed. Use 'to_i2c_driver(client->dev.driver)' instead to get direct
access to the i2c_driver struct.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
No differences found