aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c/w83795/w83795.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/i2c/w83795/w83795.c')
-rw-r--r--src/drivers/i2c/w83795/w83795.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/i2c/w83795/w83795.c b/src/drivers/i2c/w83795/w83795.c
index 78397ba76a..24da12c06a 100644
--- a/src/drivers/i2c/w83795/w83795.c
+++ b/src/drivers/i2c/w83795/w83795.c
@@ -361,7 +361,7 @@ static void w83795_hwm_init(struct device *dev)
info = cpu_info();
cpu = info->cpu;
if (!cpu)
- die("CPU: missing cpu device structure");
+ die("CPU: missing CPU device structure");
if (cpu->vendor == X86_VENDOR_AMD)
w83795_init(dev, THERMAL_CRUISE_MODE, DTS_SRC_AMD_SBTSI);