Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129599
b: refs/heads/master
c: 1901515
h: refs/heads/master
i:
  129597: 8e340e4
  129595: 649d1fb
  129591: 5109dcd
  129583: de2749d
  129567: 3ea4d67
  129535: c0a394d
v: v3
  • Loading branch information
Stephen Rothwell authored and Benjamin Herrenschmidt committed Jan 13, 2009
1 parent eb0e436 commit 939ed3d
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: 9477e455b4b3ded3e7add8c96d8293105947eaac
refs/heads/master: 1901515c79f13d9a1913d246b6c0711318dadb4c
2 changes: 1 addition & 1 deletion trunk/drivers/char/bsr.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ static ssize_t
bsr_len_show(struct device *dev, struct device_attribute *attr, char *buf)
{
struct bsr_dev *bsr_dev = dev_get_drvdata(dev);
return sprintf(buf, "%lu\n", bsr_dev->bsr_len);
return sprintf(buf, "%llu\n", bsr_dev->bsr_len);
}

static struct device_attribute bsr_dev_attrs[] = {
Expand Down

0 comments on commit 939ed3d

Please sign in to comment.