Re: [PATCH] video: exynos: remove useless safety check in list traversal

2013-03-27 Thread Donghwa Lee
Hi, It looks good to me. Acked-by: Donghwa Lee Best regard, Donghwa Lee On Thu, Mar 28, 2013 at 06:19, Andrei Epure wrote: list_for_each_entry_safe() does not require safety check. Patch found using coccinelle. Signed-off-by: Andrei Epure --- drivers/video/exynos/exynos_mipi_dsi.c | 16

[PATCH] video: exynos: remove useless safety check in list traversal

2013-03-27 Thread Andrei Epure
list_for_each_entry_safe() does not require safety check. Patch found using coccinelle. Signed-off-by: Andrei Epure --- drivers/video/exynos/exynos_mipi_dsi.c | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/drivers/video/exynos/exynos_mipi_dsi.c b/drivers