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 c0ec7d42c3b..bf2f30c0258 100644 --- a/drivers/input/input-mt.c +++ b/drivers/input/input-mt.c | |||
@@ -190,7 +190,7 @@ void input_mt_report_pointer_emulation(struct input_dev *dev, bool use_count) | |||
190 | if (!mt) | 190 | if (!mt) |
191 | return; | 191 | return; |
192 | 192 | ||
193 | oldest = 0; | 193 | oldest = NULL; |
194 | oldid = mt->trkid; | 194 | oldid = mt->trkid; |
195 | count = 0; | 195 | count = 0; |
196 | 196 | ||