patch-2.4.20 linux-2.4.20/drivers/atm/firestream.c
Next file: linux-2.4.20/drivers/atm/iphase.c
Previous file: linux-2.4.20/drivers/atm/atmtcp.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Thu Nov 28 15:53:12 2002
- Orig file:
linux-2.4.19/drivers/atm/firestream.c
- Orig date:
Mon Feb 25 11:37:57 2002
diff -urN linux-2.4.19/drivers/atm/firestream.c linux-2.4.20/drivers/atm/firestream.c
@@ -330,8 +330,8 @@
#define FS_DEBUG_QSIZE 0x00001000
-#define func_enter() fs_dprintk (FS_DEBUG_FLOW, "fs: enter " __FUNCTION__ "\n")
-#define func_exit() fs_dprintk (FS_DEBUG_FLOW, "fs: exit " __FUNCTION__ "\n")
+#define func_enter() fs_dprintk (FS_DEBUG_FLOW, "fs: enter %s\n", __FUNCTION__)
+#define func_exit() fs_dprintk (FS_DEBUG_FLOW, "fs: exit %s\n", __FUNCTION__)
struct fs_dev *fs_boards = NULL;
@@ -760,6 +760,7 @@
default:
/* Here we get the tx purge inhibit command ... */
/* Action, I believe, is "don't do anything". -- REW */
+ break;
}
write_fs (dev, Q_RP(q->offset), Q_INCWRAP);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)