summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wctc4xxp
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2009-01-27 17:45:37 +0000
committerShaun Ruffell <sruffell@digium.com>2009-01-27 17:45:37 +0000
commit620b704cbf7920ee5bb8aaed94048cb37c4d14c6 (patch)
tree18f328bdd2f5abe8fd04ed2ae9f3518ad6a42598 /drivers/dahdi/wctc4xxp
parent399ab302423609f1d36ed6c203d0496e9157fd53 (diff)
And once again I'm reminded why I should always compile before committing.
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5850 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wctc4xxp')
-rw-r--r--drivers/dahdi/wctc4xxp/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/wctc4xxp/base.c b/drivers/dahdi/wctc4xxp/base.c
index 646923c..da56080 100644
--- a/drivers/dahdi/wctc4xxp/base.c
+++ b/drivers/dahdi/wctc4xxp/base.c
@@ -822,7 +822,7 @@ wctc4xxp_net_register(struct wcdte *wc)
const char our_mac[] = { 0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff};
# ifdef HAVE_NETDEV_PRIV
- netdev = alloc_netdev(sizeof(*priv) wc->board_name, ether_setup);
+ netdev = alloc_netdev(sizeof(*priv), wc->board_name, ether_setup);
if (!netdev)
return -ENOMEM;
priv = netdev_priv(netdev);