aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cardbus
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2007-06-08 04:03:57 +0000
committerWarner Losh <imp@FreeBSD.org>2007-06-08 04:03:57 +0000
commit17ee700be6272b41065fb32e88e4deb3eefb6c1f (patch)
tree58656e26f0a4126ccd90732424da5b87d84130ad /sys/dev/cardbus
parentc8dde645624f12ed8cfa3b48a6d88f788f1fc35c (diff)
Notes
Diffstat (limited to 'sys/dev/cardbus')
-rw-r--r--sys/dev/cardbus/cardbus_cis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cardbus/cardbus_cis.c b/sys/dev/cardbus/cardbus_cis.c
index 9e5ab03eaa6c..db1c606405e8 100644
--- a/sys/dev/cardbus/cardbus_cis.c
+++ b/sys/dev/cardbus/cardbus_cis.c
@@ -587,7 +587,7 @@ cardbus_parse_cis(device_t cbdev, device_t child,
struct tuple_callbacks *callbacks, void *argp)
{
uint8_t tupledata[MAXTUPLESIZE];
- int tupleid;
+ int tupleid = CISTPL_NULL;
int len;
int expect_linktarget;
uint32_t start, off;