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

Simon Glass sjg at chromium.org
Fri Oct 24 05:54:32 CEST 2014


On 23 October 2014 12:43, Simon Glass <sjg at chromium.org> wrote:
> 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>

Applied to u-boot-dm/master, thanks!


More information about the U-Boot mailing list