diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2016-08-03 18:16:10 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2016-08-03 18:16:10 -0700 |
commit | 326a50f5734c228873eb33c6db6c5240c44f2ecc (patch) | |
tree | f954bb63fc74d44e327c578f3114d62ff9d04b86 /drivers/input/touchscreen/ili210x.c | |
parent | 0808882863774ab69066d83f49f511606be024e0 (diff) | |
parent | a485cb037fe64367ec14813f018edb87799c5eb1 (diff) | |
download | linux-326a50f5734c228873eb33c6db6c5240c44f2ecc.tar.gz |
Merge branch 'next' into for-linus
Prepare second round of input updates for 4.8 merge window.
Diffstat (limited to 'drivers/input/touchscreen/ili210x.c')
-rw-r--r-- | drivers/input/touchscreen/ili210x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/ili210x.c b/drivers/input/touchscreen/ili210x.c index ddf694b9fffc..fe4848bd1f4c 100644 --- a/drivers/input/touchscreen/ili210x.c +++ b/drivers/input/touchscreen/ili210x.c @@ -169,7 +169,7 @@ static ssize_t ili210x_calibrate(struct device *dev, return count; } -static DEVICE_ATTR(calibrate, 0644, NULL, ili210x_calibrate); +static DEVICE_ATTR(calibrate, S_IWUSR, NULL, ili210x_calibrate); static struct attribute *ili210x_attributes[] = { &dev_attr_calibrate.attr, |