Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288816
b: refs/heads/master
c: b222258
h: refs/heads/master
v: v3
  • Loading branch information
Bernhard Walle authored and Greg Kroah-Hartman committed Mar 3, 2012
1 parent 781b25b commit ad6efb4
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: 5aa4d20dc3dae3b6003eadd83b3d71318e7528d5
refs/heads/master: b222258ac11cae3e0350fe5992ad164a7b128103
2 changes: 1 addition & 1 deletion trunk/drivers/misc/bmp085.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ struct bmp085_data {
u32 raw_temperature;
u32 raw_pressure;
unsigned char oversampling_setting;
u32 last_temp_measurement;
unsigned long last_temp_measurement;
s32 b6; /* calculated temperature correction coefficient */
};

Expand Down

0 comments on commit ad6efb4

Please sign in to comment.