summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Spiceland <mspiceland@digium.com>2010-03-04 20:17:27 +0000
committerMike Spiceland <mspiceland@digium.com>2010-03-04 20:17:27 +0000
commit6fab7a1600af3e5819ed69e0966f073a59e071be (patch)
treee989310b88765bfff89c8777dfebbe3dcfd9d68b
parenta7ca760e0107f3f64e6c7502db6543036a0102ed (diff)
Fix issue with T1/E1 selection jumper always reading
E1 selection. DAHDI-553 git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@8245 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--drivers/dahdi/wcte12xp/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/wcte12xp/base.c b/drivers/dahdi/wcte12xp/base.c
index 58bdede..a255ad0 100644
--- a/drivers/dahdi/wcte12xp/base.c
+++ b/drivers/dahdi/wcte12xp/base.c
@@ -634,7 +634,7 @@ static inline int t1_getpins(struct t1 *wc, int inisr)
}
ret = cmd->data;
free_cmd(wc, cmd);
- return 0;
+ return ret;
}
static void __t1xxp_set_clear(struct t1 *wc, int channo)