lkml.org 
[lkml]   [2012]   [Mar]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 08/68] TTY: serial, simplify ASYNC_USR_MASK
    Date
    By using ASYNC_SPD_MASK instead of the single speed bits.

    Signed-off-by: Jiri Slaby <jslaby@suse.cz>
    ---
    include/linux/serial.h | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/include/linux/serial.h b/include/linux/serial.h
    index 3d86517..441980e 100644
    --- a/include/linux/serial.h
    +++ b/include/linux/serial.h
    @@ -152,8 +152,8 @@ struct serial_uart_config {
    #define ASYNC_AUTOPROBE (1U << ASYNCB_AUTOPROBE)

    #define ASYNC_FLAGS ((1U << (ASYNCB_LAST_USER + 1)) - 1)
    -#define ASYNC_USR_MASK (ASYNC_SPD_HI|ASYNC_SPD_VHI| \
    - ASYNC_CALLOUT_NOHUP|ASYNC_SPD_SHI|ASYNC_LOW_LATENCY)
    +#define ASYNC_USR_MASK (ASYNC_SPD_MASK|ASYNC_CALLOUT_NOHUP| \
    + ASYNC_LOW_LATENCY)
    #define ASYNC_SPD_CUST (ASYNC_SPD_HI|ASYNC_SPD_VHI)
    #define ASYNC_SPD_WARP (ASYNC_SPD_HI|ASYNC_SPD_SHI)
    #define ASYNC_SPD_MASK (ASYNC_SPD_HI|ASYNC_SPD_VHI|ASYNC_SPD_SHI)
    --
    1.7.9.2



    \
     
     \ /
      Last update: 2012-03-05 15:07    [W:4.241 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site