summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Knispel <gknispel@proformatique.com>2010-11-04 20:35:28 +0100
committerGuillaume Knispel <gknispel@proformatique.com>2010-11-04 20:35:28 +0100
commita83c64d6ed12a53631b5c06edfc95e57ad21c7e6 (patch)
tree9c514288309b4e315fe673b6354dbf32955a9eee
parentd8f22633a1b48a6c9e1f17b18e17119c47cf758b (diff)
comment what last FALSE parms are in icp_HssAccChannelConfigure() call
-rw-r--r--tdm/xivo_tdm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdm/xivo_tdm.c b/tdm/xivo_tdm.c
index 683c05d..151454b 100644
--- a/tdm/xivo_tdm.c
+++ b/tdm/xivo_tdm.c
@@ -157,7 +157,7 @@ static int add_one_chan(
/* channelDataInvert */ 0,
/* channelBitEndianness */ 1, /* MSb first */
/* channelByteSwap */ 0,
- ICP_FALSE, ICP_FALSE, ICP_FALSE);
+ ICP_FALSE, ICP_FALSE, ICP_FALSE); /* no rbs */
if (status != ICP_STATUS_SUCCESS) {
printk(KERN_ERR "%s: icp_HssAccChannelConfigure returned "
"error %d\n", __func__, (int) status);