Re: [PATCH] video: fixed missing iounmap coccinelle errors

2013-03-27 Thread Tony Prisk
On Thu, 2013-03-28 at 01:43 +0200, Andrei Epure wrote: > Modified or added the necessary goto statements so that the ioremapped > regions get unmapped before return. > > Signed-off-by: Andrei Epure > --- > drivers/video/vt8500lcdfb.c |7 --- > drivers/video/wm8505fb.c|7 ---

[PATCH] video: fixed missing iounmap coccinelle errors

2013-03-27 Thread Andrei Epure
Modified or added the necessary goto statements so that the ioremapped regions get unmapped before return. Signed-off-by: Andrei Epure --- drivers/video/vt8500lcdfb.c |7 --- drivers/video/wm8505fb.c|7 --- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git

[PATCH] video: fixed missing iounmap coccinelle errors

2013-03-27 Thread Andrei Epure
Modified or added the necessary goto statements so that the ioremapped regions get unmapped before return. Signed-off-by: Andrei Epure epure.and...@gmail.com --- drivers/video/vt8500lcdfb.c |7 --- drivers/video/wm8505fb.c|7 --- 2 files changed, 8 insertions(+), 6

Re: [PATCH] video: fixed missing iounmap coccinelle errors

2013-03-27 Thread Tony Prisk
On Thu, 2013-03-28 at 01:43 +0200, Andrei Epure wrote: Modified or added the necessary goto statements so that the ioremapped regions get unmapped before return. Signed-off-by: Andrei Epure epure.and...@gmail.com --- drivers/video/vt8500lcdfb.c |7 --- drivers/video/wm8505fb.c