lkml.org 
[lkml]   [2009]   [Jul]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[Patch RFC 11/37] parport: semaphore cleanup
    The usage of this "mutex" is non obvious and probably a completion in
    some places. Make it a semaphore.

    Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
    Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
    ---
    drivers/parport/share.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    Index: linux-2.6-tip/drivers/parport/share.c
    ===================================================================
    --- linux-2.6-tip.orig/drivers/parport/share.c
    +++ linux-2.6-tip/drivers/parport/share.c
    @@ -306,7 +306,7 @@ struct parport *parport_register_port(un
    spin_lock_init(&tmp->pardevice_lock);
    tmp->ieee1284.mode = IEEE1284_MODE_COMPAT;
    tmp->ieee1284.phase = IEEE1284_PH_FWD_IDLE;
    - init_MUTEX_LOCKED (&tmp->ieee1284.irq); /* actually a semaphore at 0 */
    + semaphore_init_locked(&tmp->ieee1284.irq);
    tmp->spintime = parport_default_spintime;
    atomic_set (&tmp->ref_count, 1);
    INIT_LIST_HEAD(&tmp->full_list);



    \
     
     \ /
      Last update: 2009-07-26 10:25    [W:6.952 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site