# 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.959   -> 1.960  
#	drivers/isdn/i4l/isdn_net_lib.c	1.37    -> 1.38   
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/01/26	mulix@alhambra.mulix.org	1.960
# return meaningful values from bhup() and isdn_net_handle_event()
# --------------------------------------------
#
diff -Nru a/drivers/isdn/i4l/isdn_net_lib.c b/drivers/isdn/i4l/isdn_net_lib.c
--- a/drivers/isdn/i4l/isdn_net_lib.c	Sun Jan 26 14:56:17 2003
+++ b/drivers/isdn/i4l/isdn_net_lib.c	Sun Jan 26 14:56:17 2003
@@ -1776,6 +1776,8 @@
 
 	printk(KERN_INFO "%s: disconnected\n", idev->name);
 	fsm_change_state(fi, ST_WAIT_DHUP);
+
+	return 0; 
 }
 
 static int
@@ -1897,7 +1899,7 @@
 static int
 isdn_net_handle_event(isdn_net_dev *idev, int pr, void *arg)
 {
-	fsm_event(&idev->fi, pr, arg);
+	return fsm_event(&idev->fi, pr, arg);
 }
 
 static int
