commit | 013e3586d84bfe9f6b4b44eecdc3842978644d78 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Thu Feb 18 21:22:59 2016 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Mar 07 16:11:14 2016 -0800 |
tree | cbe0b77ab4dda5d7a2c964fb3465b973b905269b | |
parent | 3f5921a60f74e3f3ac975884759208cb9497b461 [diff] |
serial: 8250: convert drivers to use up_to_u8250p() up_to_u8250p() casts struct uart_port * to struct uart_8250_port *. Update code to use it instead of open coded variant. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>