From: Lars-Peter Clausen Date: Sun, 29 Sep 2013 08:51:04 +0000 (+0200) Subject: ALSA: ppc: keywest: Don't use i2c_client->driver X-Git-Tag: v3.13-rc1~43^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7cde6d25c494e1bc8c4f89d3096b2fe077c5416;p=pandora-kernel.git ALSA: ppc: keywest: Don't use i2c_client->driver 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 Acked-by: Takashi Iwai Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed