summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wct1xxp.c
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2009-01-26 19:44:36 +0000
committerShaun Ruffell <sruffell@digium.com>2009-01-26 19:44:36 +0000
commitb19785437da38b006e18c54cfe03e3930f0ea19c (patch)
treea20affbdb276a90ffdba354caf4c65130589553a /drivers/dahdi/wct1xxp.c
parentefc6334542ec679ce5c169b3fd0e3a6532ff53f9 (diff)
Manipulate the REGISTERED flag with atomic bitops now since the bit is set
outside the protection of any locks. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5819 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wct1xxp.c')
-rw-r--r--drivers/dahdi/wct1xxp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/wct1xxp.c b/drivers/dahdi/wct1xxp.c
index 9d0e4e5..0eaaf2f 100644
--- a/drivers/dahdi/wct1xxp.c
+++ b/drivers/dahdi/wct1xxp.c
@@ -624,7 +624,7 @@ static int t1xxp_startup(struct dahdi_span *span)
t1xxp_e1_framer_start(wc);
else
t1xxp_t1_framer_start(wc);
- printk(KERN_INFO "Calling startup (flags is %d)\n", span->flags);
+ printk(KERN_INFO "Calling startup (flags is %lu)\n", span->flags);
if (!alreadyrunning) {
/* Only if we're not already going */