Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280654
b: refs/heads/master
c: f80ea66
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Juhl authored and Greg Kroah-Hartman committed Jan 4, 2012
1 parent eaaa959 commit 19c4255
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: 933aae54bea7d032023a59e0b3261b612f8065e0
refs/heads/master: f80ea66808b45d19abeb66db936b8f797a2628ff
2 changes: 1 addition & 1 deletion trunk/drivers/misc/bmp085.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ static s32 bmp085_get_temperature(struct bmp085_data *data, int *temperature)
*temperature = (x1+x2+8) >> 4;

exit:
return status;;
return status;
}

/*
Expand Down

0 comments on commit 19c4255

Please sign in to comment.