summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwctdm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wctdm.c b/wctdm.c
index d1e5049..690d28a 100755
--- a/wctdm.c
+++ b/wctdm.c
@@ -671,7 +671,7 @@ static unsigned char wctdm_getreg(struct wctdm *wc, int card, unsigned char reg)
static int __wait_access(struct wctdm *wc, int card)
{
- unsigned char data;
+ unsigned char data = 0;
long origjiffies;
int count = 0;