summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tdm/xivo_tdm.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/tdm/xivo_tdm.c b/tdm/xivo_tdm.c
index 0d24aa4..6b47675 100644
--- a/tdm/xivo_tdm.c
+++ b/tdm/xivo_tdm.c
@@ -16,6 +16,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/* WARNING:
+ * Please be aware that this file is not intended to be part of a production
+ * driver.
+ * This *should* only be used for testing purposes.
+ */
+
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
@@ -1391,9 +1397,6 @@ static struct debugfs_blob_wrapper blob = {
.size = TRACE_BUF_SIZE * sizeof(debug_buffer[0]),
};
-// FUCCCCCCCCCCCCCCCCCCCK
-// Telephony is fucked up
-// I want to suicide, yes
static unsigned
monitor_txq_fill(unsigned port, unsigned ts)
{