Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296956
b: refs/heads/master
c: b94e88b
h: refs/heads/master
v: v3
  • Loading branch information
Borislav Petkov authored and Matthew Garrett committed Mar 20, 2012
1 parent cff18af commit a907b9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 2a748853ca395c48ea75baa250f7cea6f0f23dbf
refs/heads/master: b94e88bcb35b321b55ff4517c10eeec16079d46f
4 changes: 2 additions & 2 deletions trunk/drivers/platform/x86/hdaps.c
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ static ssize_t hdaps_variance_show(struct device *dev,
static ssize_t hdaps_temp1_show(struct device *dev,
struct device_attribute *attr, char *buf)
{
u8 temp;
u8 uninitialized_var(temp);
int ret;

ret = hdaps_readb_one(HDAPS_PORT_TEMP1, &temp);
Expand All @@ -388,7 +388,7 @@ static ssize_t hdaps_temp1_show(struct device *dev,
static ssize_t hdaps_temp2_show(struct device *dev,
struct device_attribute *attr, char *buf)
{
u8 temp;
u8 uninitialized_var(temp);
int ret;

ret = hdaps_readb_one(HDAPS_PORT_TEMP2, &temp);
Expand Down

0 comments on commit a907b9d

Please sign in to comment.