summaryrefslogtreecommitdiff
path: root/fts.c
diff options
context:
space:
mode:
Diffstat (limited to 'fts.c')
-rw-r--r--fts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fts.c b/fts.c
index 072eae0..64a78fd 100644
--- a/fts.c
+++ b/fts.c
@@ -5569,7 +5569,7 @@ static int fts_probe(struct spi_device *client)
pr_info("SET Event Handler:\n");
- info->wakesrc = wakeup_source_register("fts_tp");
+ info->wakesrc = wakeup_source_register(NULL, "fts_tp");
if (!info->wakesrc) {
pr_err("%s: failed to register wakeup source\n", __func__);
error = -ENODEV;