]> Pileus Git - ~andy/linux/blobdiff - drivers/input/touchscreen/wacom_i2c.c
Input: wacom_i2c - fix compiler warning
[~andy/linux] / drivers / input / touchscreen / wacom_i2c.c
index 35572575d34a11fad88acd8cd4f4266ca1fb4e71..0c01657132fd041dbf0211975957fb4f5e2e1b72 100644 (file)
@@ -149,7 +149,7 @@ static int __devinit wacom_i2c_probe(struct i2c_client *client,
 {
        struct wacom_i2c *wac_i2c;
        struct input_dev *input;
-       struct wacom_features features;
+       struct wacom_features features = { 0 };
        int error;
 
        if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C)) {