[U-Boot] [PATCH v2 2/8] dm: serial: fix console putc

Simon Glass sjg at chromium.org
Thu Oct 23 20:43:42 CEST 2014


On 23 October 2014 07:26, Masahiro Yamada <yamada.m at jp.panasonic.com> wrote:
> Commit b8893327e9d2 (dm: serial: Put common code into separate functions)
> consolidated getc() correctly, but introduced another bug to putc();
> serial_stub_putc() passes sdev->priv to serial_putc_dev(), but
> serial_putc_dev() uses cur_dev instead of the given argument.
>
> Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list