commit | 2b702b9b680cd17dbdd93461dd3f66297e313809 | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Thu Oct 16 16:54:25 2014 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Nov 05 18:53:55 2014 -0800 |
tree | 115a2c9c163a7ef3185ec9f694e2b490a01e7d30 | |
parent | 1f0afd1607cde1a58068937f8c247fd3c58a866d [diff] |
serial: core: Colocate crucial structure linkage The key function of uart_add_one_port() is to cross-reference the UART driver's port structure with the serial core's state table; keep the assignments together and document this crucial association. Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>