Re: [PATCH 7/8] ASoC: imx-wm8962: Don't use i2c_client->driver

2013-09-29 Thread Mark Brown
On Sun, Sep 29, 2013 at 10:51:05AM +0200, Lars-Peter Clausen wrote: > The 'driver' field of the i2c_client struct is redundant and is going to be > removed. Check i2c_client->dev.driver instead to see if a driver is bound to > the > device. Acked-by: Mark Brown signature.asc Description: Digit

[PATCH 7/8] ASoC: imx-wm8962: Don't use i2c_client->driver

2013-09-29 Thread Lars-Peter Clausen
The 'driver' field of the i2c_client struct is redundant and is going to be removed. Check i2c_client->dev.driver instead to see if a driver is bound to the device. Signed-off-by: Lars-Peter Clausen --- sound/soc/fsl/imx-wm8962.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git