aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/intel_mid_thermal.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/platform/x86/intel_mid_thermal.c')
-rw-r--r--drivers/platform/x86/intel_mid_thermal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/intel_mid_thermal.c b/drivers/platform/x86/intel_mid_thermal.c
index 6c12db50316..c2f4bd8013b 100644
--- a/drivers/platform/x86/intel_mid_thermal.c
+++ b/drivers/platform/x86/intel_mid_thermal.c
@@ -202,7 +202,7 @@ static int mid_read_temp(struct thermal_zone_device *tzd, unsigned long *temp)
202 if (ret) 202 if (ret)
203 return ret; 203 return ret;
204 204
205 /* Shift bits to accomodate the lower two data bits */ 205 /* Shift bits to accommodate the lower two data bits */
206 adc_val = (data << 2); 206 adc_val = (data << 2);
207 addr++; 207 addr++;
208 208