switch-coreboot/util/intelmetool
Paul Menzel eaa174b687 UPSTREAM: intelmetool: Comment out unused variable
Only commented out code uses the variable `csr`, and GCC complains about
it, when enabling the warning *unused-but-set-variable*.

```
Checking for pciutils and zlib... me.c: In function mei_dump:
me.c:50:18: warning: variable csr set but not used [-Wunused-but-set-variable]
  struct mei_csr *csr;
                  ^~~
```

As the code is commented, also comment out the declaration of the variable.

BUG=none
BRANCH=none
TEST=none

Change-Id: Id62ca6b6cacff775c2405993e7f7468b1abaa9f7
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Original-Commit-Id: 90d41779d1
Original-Change-Id: I4ecb2b5e9f32906ccfc8a0628d2e0f2d3ad39a02
Original-Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Original-Reviewed-on: https://review.coreboot.org/19612
Original-Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Original-Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://chromium-review.googlesource.com/506179
Commit-Ready: Patrick Georgi <pgeorgi@chromium.org>
Tested-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-by: Patrick Georgi <pgeorgi@chromium.org>
2017-05-15 08:17:43 -07:00
..
intelmetool.c UPSTREAM: intelmetool: Use correct type for pointer 2017-05-07 16:25:59 -07:00
intelmetool.h UPSTREAM: util/intelmetool: Add support for Wildcat Point LP 2017-03-08 05:13:04 -08:00
Makefile UPSTREAM: intelmetool: Enhance missing packages help 2017-05-15 08:17:41 -07:00
me.c UPSTREAM: intelmetool: Comment out unused variable 2017-05-15 08:17:43 -07:00
me.h util/intelmetool: Add intelmetool from Damien Zammit 2016-03-25 18:28:03 +01:00
me_status.c util/intelmetool: Add intelmetool from Damien Zammit 2016-03-25 18:28:03 +01:00
mmap.c UPSTREAM: intelmetool: Print strerror() results for mmap errors 2017-05-07 16:25:47 -07:00
mmap.h UPSTREAM: util/intelmetool: Fix warning building with 32-bit 2017-01-05 11:00:30 -08:00