[Git] mISDN kernel tree branch karsten updated. mISDN_1_1_2-596-g47adabb

[email protected] (git version ctrl) Thu, 13 Sep 2012 15:36:57 +0200 (CEST)
Newsgroups gmane.linux.isdn.i4l.devel
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "mISDN kernel tree".

The branch, karsten has been updated
       via  47adabbd62601549403703573a9e917454eaade1 (commit)
      from  07ebd8420049fd581fbb05a0f913911f08e2a023 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 47adabbd62601549403703573a9e917454eaade1
Author: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]>
Date:   Tue Sep 11 10:08:29 2012 +0200

    mISDN: Fix wrong usage of flush_work_sync while holding locks
    
    It is a bad idea to hold a spinlock and call flush_work_sync.
    Move the workqueue cleanup outside the spinlock and use cancel_work_sync,
    on closing the channel this seems to be the more correct function.
    Remove the never used and constant return value of mISDN_freebchannel.
    
    Signed-off-by: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]>
    Cc: <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 drivers/isdn/hardware/mISDN/avmfritz.c  |    3 ++-
 drivers/isdn/hardware/mISDN/mISDNipac.c |    3 ++-
 drivers/isdn/hardware/mISDN/mISDNisar.c |    3 ++-
 drivers/isdn/hardware/mISDN/netjet.c    |    3 ++-
 drivers/isdn/hardware/mISDN/w6692.c     |    3 ++-
 drivers/isdn/mISDN/hwchannel.c          |    9 ++++-----
 include/linux/mISDNhw.h                 |    2 +-
 7 files changed, 15 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
mISDN kernel tree