summaryrefslogtreecommitdiffstats
path: root/util/intelmetool
diff options
context:
space:
mode:
Diffstat (limited to 'util/intelmetool')
-rw-r--r--util/intelmetool/me.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/intelmetool/me.c b/util/intelmetool/me.c
index 8c703a3465d6..e9fea6bc1c00 100644
--- a/util/intelmetool/me.c
+++ b/util/intelmetool/me.c
@@ -47,14 +47,14 @@ static uint8_t* mei_mmap;
static void mei_dump(void *ptr, int dword, int offset, const char *type)
{
- struct mei_csr *csr;
+ /* struct mei_csr *csr; */
switch (offset) {
case MEI_H_CSR:
case MEI_ME_CSR_HA:
- csr = ptr;
-/* if (!csr) {
+/* csr = ptr;
+ if (!csr) {
printf("%-9s[%02x] : ", type, offset);
printf("ERROR: 0x%08x\n", dword);
break;