drm/i2c: tda998x: free the CEC device on encoder_destroy

2014-06-20 Thread Dan Carpenter
Hello Jean-Francois Moine, This is a semi-automatic email about new static checker warnings. The patch fc275a74eb81: "drm/i2c: tda998x: free the CEC device on encoder_destroy" from Jan 25, 2014, leads to the following Smatch complaint: drivers/gpu/drm/i2c/tda998x_

[PATCH v4 11/24] drm/i2c: tda998x: free the CEC device on encoder_destroy

2014-01-25 Thread Jean-Francois Moine
The cec i2c device is created in tda998x_encoder_init() when the DRM driver starts. This patch frees it when the DRM driver is unloaded. Tested-by: Russell King Acked-by: Russell King Signed-off-by: Jean-Francois Moine ---

[PATCH v5 10/23] drm/i2c: tda998x: free the CEC device on encoder_destroy

2014-01-25 Thread Jean-Francois Moine
The cec i2c device is created in tda998x_encoder_init() when the DRM driver starts. This patch frees it when the DRM driver is unloaded. Tested-by: Russell King Acked-by: Russell King Signed-off-by: Jean-Francois Moine ---

[PATCH v3 11/24] drm/i2c: tda998x: free the CEC device on encoder_destroy

2014-01-19 Thread Jean-Francois Moine
The cec i2c device is created in tda998x_encoder_init() when the DRM driver starts. This patch frees it when the DRM driver is unloaded. Tested-by: Russell King Acked-by: Russell King Signed-off-by: Jean-Francois Moine ---

[PATCH v2 10/28] drm/i2c: tda998x: free the CEC device on encoder_destroy

2014-01-11 Thread Russell King - ARM Linux
On Thu, Jan 09, 2014 at 11:59:56AM +0100, Jean-Francois Moine wrote: > > Signed-off-by: Jean-Francois Moine Simple enough two-liner, but a little more description is normally desirable. Tested-by: Russell King Acked-by: Russell King

[PATCH v2 10/28] drm/i2c: tda998x: free the CEC device on encoder_destroy

2014-01-09 Thread Jean-Francois Moine
Signed-off-by: Jean-Francois Moine --- 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 +++