|
@@ -10757,7 +10757,7 @@ static ssize_t tg3_show_temp(struct device *dev,
|
|
|
tg3_ape_scratchpad_read(tp, &temperature, attr->index,
|
|
|
sizeof(temperature));
|
|
|
spin_unlock_bh(&tp->lock);
|
|
|
- return sprintf(buf, "%u\n", temperature);
|
|
|
+ return sprintf(buf, "%u\n", temperature * 1000);
|
|
|
}
|
|
|
|
|
|
|