diff options
author | Darren Hart <dvhart@linux.intel.com> | 2013-07-30 00:15:07 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-07-30 00:27:48 +0200 |
commit | e26439ce03f0808f5d797ca33f180fdb8258335a (patch) | |
tree | b0e346bbe2bd9487658b468403ce189538baade2 /drivers/tty/serial/ar933x_uart.c | |
parent | serial: at91: add dma support in usart binding descriptions (diff) | |
download | linux-e26439ce03f0808f5d797ca33f180fdb8258335a.tar.xz linux-e26439ce03f0808f5d797ca33f180fdb8258335a.zip |
serial: pch_uart: Fix signed-ness and casting of uartclk related fields
Storing one struct per known board would be overkill. Pre-cast the
driver_data pointer to an unsigned long to avoid the pointer to int
compiler warning:
drivers/tty/serial/pch_uart.c:431:10: warning: cast from pointer to
integer of different size [-Wpointer-to-int-cast]
Unify the signed-ness of the baud and uartclk types throughout the
driver.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Cc: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/ar933x_uart.c')
0 files changed, 0 insertions, 0 deletions