@@ -688,7 +688,7 @@ static ssize_t s6e63m0_sysfs_store_gamma_mode(struct device *dev,
return len;
}
-static DEVICE_ATTR(gamma_mode, 0644,
+static DEVICE_ATTR(gamma_mode, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH,
s6e63m0_sysfs_show_gamma_mode, s6e63m0_sysfs_store_gamma_mode);
static ssize_t s6e63m0_sysfs_show_gamma_table(struct device *dev,
@@ -702,7 +702,7 @@ static ssize_t s6e63m0_sysfs_show_gamma_table(struct device *dev,
return strlen(buf);
}
-static DEVICE_ATTR(gamma_table, 0444,
+static DEVICE_ATTR(gamma_table, S_IRUSR | S_IRGRP | S_IROTH,
s6e63m0_sysfs_show_gamma_table, NULL);
static int s6e63m0_probe(struct spi_device *spi)