Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200462
b: refs/heads/master
c: cd4de21
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare committed Jun 20, 2010
1 parent f3a1a20 commit 818306e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0e6c7870856c7fb4ee054d28ac253b2d3d0c7e36
refs/heads/master: cd4de21f7e65a8cd04860f5661b3c18648ee52a1
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/k8temp.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ static ssize_t show_temp(struct device *dev,
int temp;
struct k8temp_data *data = k8temp_update_device(dev);

if (data->swap_core_select)
if (data->swap_core_select && (data->sensorsp & SEL_CORE))
core = core ? 0 : 1;

temp = TEMP_FROM_REG(data->temp[core][place]) + data->temp_offset;
Expand Down

0 comments on commit 818306e

Please sign in to comment.