Files
linux/drivers
Guido Martínez f6f7bbbf4b drm/i2c: tda998x: move drm_i2c_encoder_destroy call
commit 2e48cecb55 upstream.

Currently tda998x_encoder_destroy() calls cec_write() and reg_clear(),
as part of the release procedure. Such calls need to access the I2C bus
and therefore, we need to call them before drm_i2c_encoder_destroy()
which unregisters the I2C device.

This commit moves the latter so it's done afterwards.

Signed-off-by: Guido Martínez <guido@vanguardiasur.com.ar>
Signed-off-by: Ezequiel García <ezequiel@vanguardiasur.com.ar>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-07-09 11:21:27 -07:00
..
2014-04-08 13:27:40 +02:00
2014-05-12 00:27:26 -04:00
2014-04-18 16:40:08 -07:00