diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2014-06-06 14:24:10 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-07-11 00:27:37 +0200 |
commit | d8782c7452b4a54cc8830074e8cd967e17559880 (patch) | |
tree | 8e1d6719cfb43c3b1fab69a895f7fd5080463173 /Documentation/devicetree/bindings/serial | |
parent | serial: 8250_dw: clock rate handling for all ACPI platforms (diff) | |
download | linux-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