diff options
Diffstat (limited to 'drivers/input/input-mt.c')
-rw-r--r-- | drivers/input/input-mt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/input-mt.c b/drivers/input/input-mt.c index 1abbc170d8b..c2f436ce7f5 100644 --- a/drivers/input/input-mt.c +++ b/drivers/input/input-mt.c | |||
@@ -194,7 +194,7 @@ void input_mt_report_pointer_emulation(struct input_dev *dev, bool use_count) | |||
194 | if (!mt) | 194 | if (!mt) |
195 | return; | 195 | return; |
196 | 196 | ||
197 | oldest = 0; | 197 | oldest = NULL; |
198 | oldid = mt->trkid; | 198 | oldid = mt->trkid; |
199 | count = 0; | 199 | count = 0; |
200 | 200 | ||