summaryrefslogtreecommitdiff
path: root/src/drivers/i2c/w83795/w83795.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2016-07-30 15:37:26 +0200
committerMartin Roth <martinroth@google.com>2016-07-31 19:29:22 +0200
commit7753731f0cce2216574756e3e0101e4166fa3ef3 (patch)
tree413dd853852213248dec6588c1a81b8f5718c2b0 /src/drivers/i2c/w83795/w83795.c
parent038e7247dc9705ff2d47dd90ec9a807f6feb52ba (diff)
downloadcoreboot-7753731f0cce2216574756e3e0101e4166fa3ef3.tar.xz
src/drivers: Capitalize CPU, RAM and ACPI
Change-Id: I720469ea1df75544f5b1e0cab718502d8a9cf197 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/15983 Tested-by: build bot (Jenkins) Reviewed-by: Omar Pakker Reviewed-by: Martin Roth <martinroth@google.com>
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);