All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 10/28] drm/i2c: tda998x: free the CEC device on encoder_destroy
@ 2014-01-09 10:59 ` Jean-Francois Moine
  0 siblings, 0 replies; 4+ messages in thread
From: Jean-Francois Moine @ 2014-01-09 10:59 UTC (permalink / raw)
  To: linux-arm-kernel


Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
---
 drivers/gpu/drm/i2c/tda998x_drv.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c b/drivers/gpu/drm/i2c/tda998x_drv.c
index c3f0d70..93ef64c 100644
--- a/drivers/gpu/drm/i2c/tda998x_drv.c
+++ b/drivers/gpu/drm/i2c/tda998x_drv.c
@@ -1117,6 +1117,8 @@ tda998x_encoder_destroy(struct drm_encoder *encoder)
 {
 	struct tda998x_priv *priv = to_tda998x_priv(encoder);
 	drm_i2c_encoder_destroy(encoder);
+	if (priv->cec)
+		i2c_unregister_device(priv->cec);
 	kfree(priv);
 }
 
-- 
Ken ar c'henta?	|	      ** Breizh ha Linux atav! **
Jef		|		http://moinejf.free.fr/

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-01-11 17:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-09 10:59 [PATCH v2 10/28] drm/i2c: tda998x: free the CEC device on encoder_destroy Jean-Francois Moine
2014-01-09 10:59 ` Jean-Francois Moine
2014-01-11 17:24 ` Russell King - ARM Linux
2014-01-11 17:24   ` Russell King - ARM Linux

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.