Input: touchscreen - use local variables consistently

If a function declares a variable to access a structure element,
use it consistently.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
此提交包含在:
Guenter Roeck
2017-01-21 23:46:47 -08:00
提交者 Dmitry Torokhov
父節點 ad56814fcc
當前提交 d7ddf15414
共有 6 個檔案被更改,包括 7 行新增8 行删除

查看文件

@@ -280,7 +280,7 @@ static int ili210x_i2c_probe(struct i2c_client *client,
goto err_remove_sysfs;
}
device_init_wakeup(&client->dev, 1);
device_init_wakeup(dev, 1);
dev_dbg(dev,
"ILI210x initialized (IRQ: %d), firmware version %d.%d.%d",