summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/serial
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2014-06-06 14:24:10 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-11 00:27:37 +0200
commitd8782c7452b4a54cc8830074e8cd967e17559880 (patch)
tree8e1d6719cfb43c3b1fab69a895f7fd5080463173 /Documentation/devicetree/bindings/serial
parentserial: 8250_dw: clock rate handling for all ACPI platforms (diff)
downloadlinux-d8782c7452b4a54cc8830074e8cd967e17559880.tar.xz
linux-d8782c7452b4a54cc8830074e8cd967e17559880.zip
serial: 8250_dw: use UPF_* constants when define flags
The flags member has upf_t type and corresponding macros to define them. This patch converts ASYNC_SKIP_TEST to UPF_SKIP_TEST in 8250_dw.c. Otherwise we got a sparse warning: drivers/tty/serial/8250/8250_dw.c:302:46: warning: restricted upf_t degrades to integer drivers/tty/serial/8250/8250_dw.c:302:62: warning: restricted upf_t degrades to integer drivers/tty/serial/8250/8250_dw.c:302:26: warning: incorrect type in assignment (different base types) drivers/tty/serial/8250/8250_dw.c:302:26: expected restricted upf_t [usertype] flags drivers/tty/serial/8250/8250_dw.c:302:26: got unsigned int Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree/bindings/serial')
0 files changed, 0 insertions, 0 deletions