patch-2.4.0-test11 linux/drivers/net/wan/comx.c

Next file: linux/drivers/net/wan/lapbether.c
Previous file: linux/drivers/net/wan/comx-proto-lapb.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test10/linux/drivers/net/wan/comx.c linux/drivers/net/wan/comx.c
@@ -46,6 +46,9 @@
  * Version 0.85 (00/08/15):
  * 		- resource release on failure in comx_mkdir
  * 		- fix return value on failure at comx_write_proc
+ *
+ * Changed      (00/10/29, Henner Eisen):
+ * 		- comx_rx() / comxlapb_data_indication() return status.
  */
 
 #define VERSION "0.85"
@@ -852,7 +855,7 @@
 cleanup_filename_hardware:
 	remove_proc_entry(FILENAME_HARDWARE, new_dir);
 cleanup_new_dir:
-	remove_proc_entry(dentry->d_name.name, &comx_root_dir);
+	remove_proc_entry(dentry->d_name.name, comx_root_dir);
 cleanup_dev:
 	kfree(dev);
 	return ret;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)