summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/hycon-hy46xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/touchscreen/hycon-hy46xx.c')
-rw-r--r--drivers/input/touchscreen/hycon-hy46xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/hycon-hy46xx.c b/drivers/input/touchscreen/hycon-hy46xx.c
index d0f257989fd6..2e01d87977c1 100644
--- a/drivers/input/touchscreen/hycon-hy46xx.c
+++ b/drivers/input/touchscreen/hycon-hy46xx.c
@@ -202,7 +202,7 @@ static ssize_t hycon_hy46xx_setting_show(struct device *dev,
*field = val;
}
- count = scnprintf(buf, PAGE_SIZE, "%d\n", val);
+ count = sysfs_emit(buf, "%d\n", val);
out:
mutex_unlock(&tsdata->mutex);