summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/input/touchscreen/hynitron_cstxxx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/hynitron_cstxxx.c b/drivers/input/touchscreen/hynitron_cstxxx.c
index 0b9a99c6f221..e86c85addb38 100644
--- a/drivers/input/touchscreen/hynitron_cstxxx.c
+++ b/drivers/input/touchscreen/hynitron_cstxxx.c
@@ -210,7 +210,7 @@ static int cst3xx_bootloader_enter(struct i2c_client *client)
{
int err;
u8 retry;
- u32 tmp;
+ u32 tmp = 0;
unsigned char buf[3];
for (retry = 0; retry < 5; retry++) {