diff options
-rw-r--r-- | drivers/i2c/busses/i2c-ismt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-ismt.c b/drivers/i2c/busses/i2c-ismt.c index d9ee43c80cde..3f6ecbfb9a56 100644 --- a/drivers/i2c/busses/i2c-ismt.c +++ b/drivers/i2c/busses/i2c-ismt.c | |||
@@ -81,7 +81,7 @@ | |||
81 | #define PCI_DEVICE_ID_INTEL_S1200_SMT1 0x0c5a | 81 | #define PCI_DEVICE_ID_INTEL_S1200_SMT1 0x0c5a |
82 | #define PCI_DEVICE_ID_INTEL_AVOTON_SMT 0x1f15 | 82 | #define PCI_DEVICE_ID_INTEL_AVOTON_SMT 0x1f15 |
83 | 83 | ||
84 | #define ISMT_DESC_ENTRIES 32 /* number of descriptor entries */ | 84 | #define ISMT_DESC_ENTRIES 2 /* number of descriptor entries */ |
85 | #define ISMT_MAX_RETRIES 3 /* number of SMBus retries to attempt */ | 85 | #define ISMT_MAX_RETRIES 3 /* number of SMBus retries to attempt */ |
86 | 86 | ||
87 | /* Hardware Descriptor Constants - Control Field */ | 87 | /* Hardware Descriptor Constants - Control Field */ |