summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wctc4xxp
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2008-08-25 14:54:04 +0000
committerShaun Ruffell <sruffell@digium.com>2008-08-25 14:54:04 +0000
commit3bb885486984d46a72dcb8717aa504e18ceb0c5b (patch)
tree77f869a3add13f09c675b55c5ca66fbc6e53e930 /drivers/dahdi/wctc4xxp
parent2a54508b0817ef7d930e15b5995c666c191356fd (diff)
Remove this warning, which could occur if the driver is loaded on a system
without a wctc4xxp, and then subsequently unloaded. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4823 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wctc4xxp')
-rw-r--r--drivers/dahdi/wctc4xxp/base.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dahdi/wctc4xxp/base.c b/drivers/dahdi/wctc4xxp/base.c
index ac66c29..4ac7dfe 100644
--- a/drivers/dahdi/wctc4xxp/base.c
+++ b/drivers/dahdi/wctc4xxp/base.c
@@ -3264,7 +3264,6 @@ int __init wctc4xxp_init(void)
void __exit wctc4xxp_cleanup(void)
{
- WARN_ON(!list_empty(&wctc4xxp_list));
pci_unregister_driver(&wctc4xxp_driver);
kmem_cache_destroy(cmd_cache);
}