summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwcfxs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wcfxs.c b/wcfxs.c
index 3a335e7..c59858f 100755
--- a/wcfxs.c
+++ b/wcfxs.c
@@ -636,7 +636,7 @@ static unsigned char wcfxs_getreg(struct wcfxs *wc, int card, unsigned char reg)
static int __wait_access(struct wcfxs *wc, int card)
{
- unsigned char data;
+ unsigned char data = 0;
long origjiffies;
int count = 0;