[RESEND] [PATCH]: missing cli() in isdn_net.c

Patrick McHardy (kaber@trash.net)
Fri, 21 Mar 2003 01:25:44 +0100


This is a MIME-formatted message. If you see this text it means that your
E-mail software does not support MIME-formatted messages.

--=_courier-8048-1048206617-0001-2
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

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

Regards,
Patrick

--=_courier-8048-1048206617-0001-2
Content-Type: text/plain; name="isdn-net-missing-cli.diff"; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="isdn-net-missing-cli.diff"

# 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) {

--=_courier-8048-1048206617-0001-2--