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 f658086fbbe0..70a16c7da8cc 100644 --- a/drivers/input/input-mt.c +++ b/drivers/input/input-mt.c | |||
| @@ -135,7 +135,7 @@ EXPORT_SYMBOL(input_mt_report_finger_count); | |||
| 135 | */ | 135 | */ |
| 136 | void input_mt_report_pointer_emulation(struct input_dev *dev, bool use_count) | 136 | void input_mt_report_pointer_emulation(struct input_dev *dev, bool use_count) |
| 137 | { | 137 | { |
| 138 | struct input_mt_slot *oldest = 0; | 138 | struct input_mt_slot *oldest = NULL; |
| 139 | int oldid = dev->trkid; | 139 | int oldid = dev->trkid; |
| 140 | int count = 0; | 140 | int count = 0; |
| 141 | int i; | 141 | int i; |
