Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi...
[linux-2.6-microblaze.git] / drivers / hwmon / nct6775.c
index e7e1ddc..750b087 100644 (file)
@@ -786,13 +786,13 @@ static const char *const nct6798_temp_label[] = {
        "Agent1 Dimm1",
        "BYTE_TEMP0",
        "BYTE_TEMP1",
-       "",
-       "",
+       "PECI Agent 0 Calibration",     /* undocumented */
+       "PECI Agent 1 Calibration",     /* undocumented */
        "",
        "Virtual_TEMP"
 };
 
-#define NCT6798_TEMP_MASK      0x8fff0ffe
+#define NCT6798_TEMP_MASK      0xbfff0ffe
 #define NCT6798_VIRT_TEMP_MASK 0x80000c00
 
 /* NCT6102D/NCT6106D specific data */