summaryrefslogtreecommitdiff
path: root/tdm/xivo_tdm.c
diff options
context:
space:
mode:
authorGuillaume Knispel <gknispel@avencall.com>2013-02-04 15:26:13 +0100
committerGuillaume Knispel <gknispel@avencall.com>2013-02-04 15:26:13 +0100
commitbd1d3eecd12e59a18b30b3faa9753e56067a4445 (patch)
tree1b00c22098c9d8b1eb1402ca096a1f60a2cd0023 /tdm/xivo_tdm.c
parent55bee7fa8dffe22f7e316b43c2ba6892345a9b58 (diff)
be less crazy and more informative
Diffstat (limited to 'tdm/xivo_tdm.c')
-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)
{