summaryrefslogtreecommitdiff
path: root/wct4xxp_base.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-07-16 00:12:55 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-07-16 00:12:55 +0000
commitd0119472f3ce3ee970b43e090bcd4478e1fab764 (patch)
treeed33b5eb86f40765ce82096b4348692e447b7368 /wct4xxp_base.c
parent7f1dacd15c4e52e661d92b830ad8f3b3c323498f (diff)
eliminate compiler warning
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1235 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wct4xxp_base.c')
-rw-r--r--wct4xxp_base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wct4xxp_base.c b/wct4xxp_base.c
index 580b05c..bfa356f 100644
--- a/wct4xxp_base.c
+++ b/wct4xxp_base.c
@@ -2699,7 +2699,7 @@ static void t4_vpm450_init(struct t4 *wc)
printk("VPM450M: Firmware not found to be loaded\n");
return;
}
- printk("VPM450: Firmware of size %d found\n", firmware->size);
+ printk("VPM450: Firmware of size %zd found\n", firmware->size);
#else
printk("VPM450: Using classic method of loading firmware\n");
#endif