]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
video: squash lines for immediate return
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 6 Sep 2016 13:17:33 +0000 (22:17 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 23 Sep 2016 21:53:45 +0000 (17:53 -0400)
commit720873bf428db0859ebbcf6b86ed510688b4e0b8
treef94e2b2c6306c94cfad474827478ef1223b07d08
parent24f5aec3646f2a22d8ff8e02c07d6c9a92a5092a
video: squash lines for immediate return

For vidconsole_post_probe(), it is common coding style to let a
probe method return the value of a register function.

The others will become simple wrapper functions.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Anatolij Gustschin <agust@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Stephen Warren <swarren@nvidia.com>
drivers/video/bridge/ptn3460.c
drivers/video/broadwell_igd.c
drivers/video/exynos/exynos_dp_lowlevel.c
drivers/video/tegra124/display.c
drivers/video/vidconsole-uclass.c