commit | 57e7e2a64a49961d2810a6f4f0e1ca2699338ec2 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Sat Sep 19 11:43:07 2015 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Oct 04 17:44:52 2015 +0100 |
tree | 9fcb462ecb005ef1291b6e12dd3bb1db6edc52d8 | |
parent | 740134960811bdeadaf52d6155d8fea97470dcda [diff] |
serial: mux: Convert to uart_console_device instead of open-coded The implementation of mux_console_device() is very similar to uart_console_device(). Setting .data field in mux_console then we can convert to use uart_console_device(). Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>