[PATCH] drm: ti: lcdc: Fixed an error check in the clock initialization

2014-02-18 Thread Jean-Jacques Hiblot
Signed-off-by: Jean-Jacques Hiblot --- Hi, this is a simple patch to fix a copy/paste error in the init code of the driver. The problem is also present in the v3.10 stable tree cheers, Jean-Jacques drivers/gpu/drm/tilcdc/tilcdc_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -

[PATCH] drm: ti: lcdc: Fixed an error check in the clock initialization

2014-02-18 Thread Greg KH
On Tue, Feb 18, 2014 at 01:56:55PM +0100, Jean-Jacques Hiblot wrote: > Signed-off-by: Jean-Jacques Hiblot > --- > Hi, > > this is a simple patch to fix a copy/paste error in the init code of the > driver. > The problem is also present in the v3.10 stable tree > cheers, > > Jean-Jacques > > dri