rtc: ds1307: use octal permissions

Octal permissions are preferred over symbolic permissions.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

+1 -1
+1 -1
drivers/rtc/rtc-ds1307.c
··· 1051 1051 1052 1052 return sprintf(buf, "%d\n", temp); 1053 1053 } 1054 - static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, ds3231_hwmon_show_temp, 1054 + static SENSOR_DEVICE_ATTR(temp1_input, 0444, ds3231_hwmon_show_temp, 1055 1055 NULL, 0); 1056 1056 1057 1057 static struct attribute *ds3231_hwmon_attrs[] = {