public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RESEND] [PATCH]: missing cli() in isdn_net.c
@ 2003-03-21  0:25 Patrick McHardy
  0 siblings, 0 replies; only message in thread
From: Patrick McHardy @ 2003-03-21  0:25 UTC (permalink / raw)
  To: Kai Germaschewski; +Cc: Linux Kernel Mailing List

[-- Attachment #1: Type: text/plain, Size: 71 bytes --]

Hi,
this patch fixes a missing cli() in isdn_net.c.

Regards,
Patrick


[-- Attachment #2: isdn-net-missing-cli.diff --]
[-- Type: text/plain, Size: 938 bytes --]

# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.1053  -> 1.1054 
#	drivers/isdn/isdn_net.c	1.15    -> 1.16   
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/03/18	kaber@trash.net	1.1054
# [ISDN]: fix missing cli() in isdn_net.c
# --------------------------------------------
#
diff -Nru a/drivers/isdn/isdn_net.c b/drivers/isdn/isdn_net.c
--- a/drivers/isdn/isdn_net.c	Fri Mar 21 00:58:13 2003
+++ b/drivers/isdn/isdn_net.c	Fri Mar 21 00:58:13 2003
@@ -2831,6 +2831,7 @@
 
 			/* If binding is exclusive, try to grab the channel */
 			save_flags(flags);
+			cli();
 			if ((i = isdn_get_free_channel(ISDN_USAGE_NET,
 				lp->l2_proto, lp->l3_proto, drvidx,
 				chidx, lp->msn)) < 0) {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-03-21  0:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-21  0:25 [RESEND] [PATCH]: missing cli() in isdn_net.c Patrick McHardy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox