i7core_edac: Drop unused variable
authorJean Delvare <jdelvare@suse.de>
Mon, 24 Feb 2014 16:13:58 +0000 (17:13 +0100)
committerBorislav Petkov <bp@suse.de>
Tue, 25 Feb 2014 09:22:34 +0000 (10:22 +0100)
commitf118920baf5994dfa8a5a66322892731480a8207
tree7b17f80ed446a714564e11029aa73c39e3971b51
parent5fdae419009764337c8f2bf143af57dcadfd228d
i7core_edac: Drop unused variable

Fix the following warning:

drivers/edac/i7core_edac.c: In function "core_mce_output_error":
drivers/edac/i7core_edac.c:1711:8: warning: variable "type" set but not used [-Wunused-but-set-variable]
  char *type, *optype, *err;
        ^
According to Mauro, type can just be dropped, as tp_event now maps if
the error is corrected, uncorrected non-fatal or uncorrected fatal
one.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Link: http://lkml.kernel.org/r/20140224171358.692d7e5a@endymion.delvare
Acked-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Cc: Doug Thompson <dougthompson@xmission.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
drivers/edac/i7core_edac.c
This page took 0.024418 seconds and 5 git commands to generate.