Re: [PATCH] video: omap2: dss: use PTR_RET function

2013-04-02 Thread Tomi Valkeinen
Hi, On 2013-03-27 22:35, Andrei Epure wrote: > Use PTR_RET function instead of IS_ERR + PTR_ERR. > Patch found using coccinelle. > > Signed-off-by: Andrei Epure > --- > drivers/video/omap2/dss/core.c |5 + > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/drivers/video/

[PATCH] video: omap2: dss: use PTR_RET function

2013-03-27 Thread Andrei Epure
Use PTR_RET function instead of IS_ERR + PTR_ERR. Patch found using coccinelle. Signed-off-by: Andrei Epure --- drivers/video/omap2/dss/core.c |5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/video/omap2/dss/core.c b/drivers/video/omap2/dss/core.c index f8779d4.