[patch 5/8] s390: remove irq_exit from iucv.

From: Martin Schwidefsky
Date: Fri Jan 14 2005 - 14:05:13 EST


[patch 5/8] s390: remove irq_exit from iucv.

From: Ursula Braun-Krahl <braunu@xxxxxxxxxx>

Remove the irq_exit call on error path in iucv_irq_handler.
irq_exit is done in do_extint().

Signed-off-by: Martin Schwidefsky <schwidefsky@xxxxxxxxxx>

diffstat:
drivers/s390/net/iucv.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)

diff -urN linux-2.6/drivers/s390/net/iucv.c linux-2.6-patched/drivers/s390/net/iucv.c
--- linux-2.6/drivers/s390/net/iucv.c 2004-12-24 22:33:52.000000000 +0100
+++ linux-2.6-patched/drivers/s390/net/iucv.c 2005-01-14 19:45:19.000000000 +0100
@@ -1,5 +1,5 @@
/*
- * $Id: iucv.c,v 1.41 2004/08/11 14:54:14 geraldsc Exp $
+ * $Id: iucv.c,v 1.42 2005/01/07 10:49:54 braunu Exp $
*
* IUCV network driver
*
@@ -29,7 +29,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * RELEASE-TAG: IUCV lowlevel driver $Revision: 1.41 $
+ * RELEASE-TAG: IUCV lowlevel driver $Revision: 1.42 $
*
*/

@@ -355,7 +355,7 @@
static void
iucv_banner(void)
{
- char vbuf[] = "$Revision: 1.41 $";
+ char vbuf[] = "$Revision: 1.42 $";
char *version = vbuf;

if ((version = strchr(version, ':'))) {
@@ -2285,7 +2285,6 @@
irqdata = kmalloc(sizeof(iucv_irqdata), GFP_ATOMIC);
if (!irqdata) {
printk(KERN_WARNING "%s: out of memory\n", __FUNCTION__);
- irq_exit();
return;
}

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/