diff for duplicates of <20100806082323.GU9031@bicker> diff --git a/a/1.txt b/N1/1.txt index 8a6030a..4425715 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -9,7 +9,7 @@ index e5ea344..bcc174e 100644 +++ b/drivers/isdn/gigaset/capi.c @@ -1052,6 +1052,7 @@ static inline void remove_appl_from_channel(struct bc_state *bcs, do { - if (bcap->bcnext = ap) { + if (bcap->bcnext == ap) { bcap->bcnext = bcap->bcnext->bcnext; + spin_unlock_irqrestore(&bcs->aplock, flags); return; diff --git a/a/content_digest b/N1/content_digest index 48d269e..2a4d290 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <error27@gmail.com>\0" "Subject\0[patch] isdn: gigaset: add missing unlock\0" - "Date\0Fri, 06 Aug 2010 08:23:23 +0000\0" + "Date\0Fri, 6 Aug 2010 10:23:23 +0200\0" "To\0Hansjoerg Lipp <hjlipp@web.de>\0" "Cc\0Tilman Schmidt <tilman@imap.cc>" Karsten Keil <isdn@linux-pingi.de> @@ -22,11 +22,11 @@ "+++ b/drivers/isdn/gigaset/capi.c\n" "@@ -1052,6 +1052,7 @@ static inline void remove_appl_from_channel(struct bc_state *bcs,\n" " \tdo {\n" - " \t\tif (bcap->bcnext = ap) {\n" + " \t\tif (bcap->bcnext == ap) {\n" " \t\t\tbcap->bcnext = bcap->bcnext->bcnext;\n" "+\t\t\tspin_unlock_irqrestore(&bcs->aplock, flags);\n" " \t\t\treturn;\n" " \t\t}\n" " \t\tbcap = bcap->bcnext;" -776553813e8bd3fb1dcd4a46f71a891bee534180ba97f9f623b04b13c0c542b7 +188f7d83fe8bbbfaf1def7d8cb4d8b58f048806490ccac16f3ee15df2bf23b25
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.