drivers/misc/ad525x_dpot: AD5274 fix RDAC read back errors
[pandora-kernel.git] / drivers / misc / ad525x_dpot.c
index 7cb9110..dfa1c20 100644 (file)
@@ -218,7 +218,7 @@ static s32 dpot_read_i2c(struct dpot_data *dpot, u8 reg)
                         */
                        value = swab16(value);
 
-                       if (dpot->uid == DPOT_UID(AD5271_ID))
+                       if (dpot->uid == DPOT_UID(AD5274_ID))
                                value = value >> 2;
                return value;
        default: