Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Acked-by: Takashi Iwai <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
- Loading branch information