From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 5 Sep 2016 19:12:27 +0200 Subject: [U-Boot] [PATCH v2 2/7] video: squash lines for immediate return In-Reply-To: <1473082723-17048-3-git-send-email-yamada.masahiro@socionext.com> References: <1473082723-17048-1-git-send-email-yamada.masahiro@socionext.com> <1473082723-17048-3-git-send-email-yamada.masahiro@socionext.com> Message-ID: <20160905191227.7a25df04@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 5 Sep 2016 22:38:38 +0900 Masahiro Yamada yamada.masahiro at socionext.com wrote: > ptn3460_attach() and display_update_config_from_edid() will become > a simple wrapper function. > > For vidconsole_post_probe(), it is common coding style to let a > probe method return the value of a resister function. s/resister/register/ otherwise Acked-by: Anatolij Gustschin