terminal: correct stdio_dev invocations
authorAsherah Connor <ashe@kivikakk.ee>
Wed, 10 Mar 2021 11:39:23 +0000 (22:39 +1100)
committerTom Rini <trini@konsulko.com>
Mon, 12 Apr 2021 21:44:55 +0000 (17:44 -0400)
commit5c935eb6f7075b227178ddd3a3a231bef4b7238d
treec18d105283dbc66548949e29036c8c6b4364d74b
parent05a0776ed53ae6c9099595db17b72af2b6b25bae
terminal: correct stdio_dev invocations

stdio_dev methods have taken a pointer to themselves since 709ea543
(nearly 7 years ago).

Signed-off-by: Asherah Connor <ashe@kivikakk.ee>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/terminal.c