Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75034
b: refs/heads/master
c: cb935cb
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and John W. Linville committed Dec 17, 2007
1 parent e153e9e commit 051022f
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: aaf44a06b7c4864d93660e04701a72153197932c
refs/heads/master: cb935cb4bd155d50ac98617b580aadd9d7ef3a0f
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/bcm43xx/bcm43xx_debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ static ssize_t tsf_write_file(struct file *file, const char __user *user_buf,
ssize_t buf_size;
ssize_t res;
unsigned long flags;
u64 tsf;
unsigned long long tsf;

buf_size = min(count, sizeof (really_big_buffer) - 1);
down(&big_buffer_sem);
Expand Down

0 comments on commit 051022f

Please sign in to comment.