]> Pileus Git - ~andy/linux/blobdiff - drivers/hwmon/via686a.c
hwmon/ams: Fix I2C read retry logic
[~andy/linux] / drivers / hwmon / via686a.c
index f8acada0537a7894d6dd318558e3bc71ca1dd546..9a440c8cc5203c3fc4b6ac5646d0d980230284a5 100644 (file)
@@ -292,9 +292,8 @@ static inline long TEMP_FROM_REG10(u16 val)
 #define DIV_FROM_REG(val) (1 << (val))
 #define DIV_TO_REG(val) ((val)==8?3:(val)==4?2:(val)==1?0:1)
 
-/* For the VIA686A, we need to keep some data in memory.
-   The structure is dynamically allocated, at the same time when a new
-   via686a client is allocated. */
+/* For each registered chip, we need to keep some data in memory.
+   The structure is dynamically allocated. */
 struct via686a_data {
        struct i2c_client client;
        struct class_device *class_dev;