lkml.org 
[lkml]   [2005]   [Aug]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[patch 13/16] net/stir4200: replace direct assignment with set_current_state()
    From: Nishanth Aravamudan <nacc@us.ibm.com>



    Use set_current_state() instead of direct assignment of
    current->state.

    Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com>
    Signed-off-by: Maximilian Attems <janitor@sternwelten.at>
    Signed-off-by: Domen Puncer <domen@coderock.org>
    ---
    stir4200.c | 2 +-
    1 files changed, 1 insertion(+), 1 deletion(-)

    Index: quilt/drivers/net/irda/stir4200.c
    ===================================================================
    --- quilt.orig/drivers/net/irda/stir4200.c
    +++ quilt/drivers/net/irda/stir4200.c
    @@ -679,7 +679,7 @@ static void turnaround_delay(const struc

    ticks = us / (1000000 / HZ);
    if (ticks > 0) {
    - current->state = TASK_INTERRUPTIBLE;
    + set_current_state(TASK_INTERRUPTIBLE);
    schedule_timeout(1 + ticks);
    } else
    udelay(us);
    --
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2005-08-09 00:35    [W:4.638 / U:0.416 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site