From d0119472f3ce3ee970b43e090bcd4478e1fab764 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Sun, 16 Jul 2006 00:12:55 +0000 Subject: eliminate compiler warning git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1235 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wct4xxp_base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wct4xxp_base.c') 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 -- cgit v1.2.3