Commit 1268a172 authored by Jean Delvare's avatar Jean Delvare Committed by Jean Delvare

hwmon: (coretemp) Drop needless initialization

The value is overridden a few lines later.
Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
Acked-by: default avatarGuenter Roeck <guenter.roeck@ericsson.com>
parent 813441f1
......@@ -801,7 +801,7 @@ MODULE_DEVICE_TABLE(x86cpu, coretemp_ids);
static int __init coretemp_init(void)
{
int i, err = -ENODEV;
int i, err;
/*
* CPUID.06H.EAX[0] indicates whether the CPU has thermal
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment