linux/drivers/video/exynos
Peter Senna Tschudin 36141e5692 drivers/video/exynos/exynos_mipi_dsi.c: fix error return code
Convert a nonnegative error return code to a negative one, as returned
elsewhere in the function.

A simplified version of the semantic match that finds this problem is as
follows: (http://coccinelle.lip6.fr/)

// <smpl>
(
if@p1 (\(ret < 0\|ret != 0\))
 { ... return ret; }
|
ret@p1 = 0
)
... when != ret = e1
    when != &ret
*if(...)
{
  ... when != ret = e2
      when forall
 return ret;
}
// </smpl>

Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Acked-by: Donghwa Lee <dh09.lee@samsung.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
2012-10-10 02:06:18 +00:00
..
exynos_dp_core.c video: exynos_dp: replace link_status with link_align to check channel equalization 2012-09-22 21:29:08 +00:00
exynos_dp_core.h video: exynos_dp: change return type of exynos_dp_init_video to void 2012-08-23 13:23:19 +00:00
exynos_dp_reg.c video: exynos_dp: increase AUX channel voltage level 2012-09-22 21:40:28 +00:00
exynos_dp_reg.h video: exynos_dp: increase AUX channel voltage level 2012-09-22 21:40:28 +00:00
exynos_mipi_dsi_common.c video: exynos_mipi_dsi: Remove unnecessary NULL check 2012-09-22 21:44:37 +00:00
exynos_mipi_dsi_common.h
exynos_mipi_dsi_lowlevel.c
exynos_mipi_dsi_lowlevel.h
exynos_mipi_dsi_regs.h
exynos_mipi_dsi.c drivers/video/exynos/exynos_mipi_dsi.c: fix error return code 2012-10-10 02:06:18 +00:00
Kconfig video: support DP controller driver 2012-02-13 03:02:30 +00:00
Makefile video: support DP controller driver 2012-02-13 03:02:30 +00:00
s6e8ax0.c video: exynos mipi dsi: support reverse panel type 2012-05-13 13:08:23 +00:00