aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/ektf2127.c
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2018-12-28 17:10:54 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2018-12-28 17:10:54 -0800
commit592b15ba7260f8dec8bfc71ef0ea1934801a35aa (patch)
tree51ead1b83e10da0cf6623116f37a15bc142f9d8b /drivers/input/touchscreen/ektf2127.c
parentInput: elan_i2c - add ACPI ID for touchpad in ASUS Aspire F5-573G (diff)
parentInput: atmel_mxt_ts - don't try to free unallocated kernel memory (diff)
downloadlinux-dev-592b15ba7260f8dec8bfc71ef0ea1934801a35aa.tar.xz
linux-dev-592b15ba7260f8dec8bfc71ef0ea1934801a35aa.zip
Merge branch 'next' into for-linus
Prepare input updates for 4.21 merge window.
Diffstat (limited to 'drivers/input/touchscreen/ektf2127.c')
-rw-r--r--drivers/input/touchscreen/ektf2127.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/ektf2127.c b/drivers/input/touchscreen/ektf2127.c
index 0ed34ff787ce..28fa1b36f7a5 100644
--- a/drivers/input/touchscreen/ektf2127.c
+++ b/drivers/input/touchscreen/ektf2127.c
@@ -51,7 +51,7 @@ struct ektf2127_ts {
struct touchscreen_properties prop;
};
-static void ektf2127_parse_coordinates(const u8* buf, unsigned int touch_count,
+static void ektf2127_parse_coordinates(const u8 *buf, unsigned int touch_count,
struct input_mt_pos *touches)
{
int index = 0;