Searched hist:"808 fc6c2c3f3fe5ddeb3f2cb9ca7634ba3f4a2c0" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/hwmon/ |
H A D | adt7470.c | diff 808fc6c2c3f3fe5ddeb3f2cb9ca7634ba3f4a2c0 Thu Dec 22 13:04:34 CET 2016 Julia Lawall <Julia.Lawall@lip6.fr> hwmon: (adt7470) use permission-specific DEVICE_ATTR variants
Use DEVICE_ATTR_RW for read/write attributes. This simplifies the source code, improves readbility, and reduces the chance of inconsistencies.
The conversion was done automatically using coccinelle. It was validated by compiling both the old and the new source code and comparing its text, data, and bss size.
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> [groeck: Updated description] Signed-off-by: Guenter Roeck <linux@roeck-us.net>
|