Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32715
b: refs/heads/master
c: 13ffa92
h: refs/heads/master
i:
  32713: 7b6ef98
  32711: 8ea4dff
v: v3
  • Loading branch information
Cornelia Huck authored and Martin Schwidefsky committed Jul 17, 2006
1 parent 4f3b506 commit 948baa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f257b06322c8a30c050a286c45fda68f23b9bc44
refs/heads/master: 13ffa927abb74d4365b0e22f186befe4746b5897
1 change: 1 addition & 0 deletions trunk/drivers/s390/cio/cmf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1068,6 +1068,7 @@ cmb_show_avg_sample_interval(struct device *dev, struct device_attribute *attr,
if (count) {
interval = cmb_data->last_update -
cdev->private->cmb_start_time;
interval = (interval * 1000) >> 12;
interval /= count;
} else
interval = -1;
Expand Down

0 comments on commit 948baa5

Please sign in to comment.