Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96543
b: refs/heads/master
c: bb55bdd
h: refs/heads/master
i:
  96541: 1fc925d
  96539: d824e0e
  96535: 8c9cce0
  96527: a375be3
  96511: 38867d6
v: v3
  • Loading branch information
Steven Rostedt authored and John W. Linville committed May 13, 2008
1 parent a6b3685 commit 86f23c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 85b442e378ac3413e269a70a0031727ef121bd2a
refs/heads/master: bb55bdd512905f35f9d7dfe65d1f16014e1f9b2f
4 changes: 2 additions & 2 deletions trunk/net/mac80211/rc80211_pid_debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ static int rate_control_pid_events_open(struct inode *inode, struct file *file)
struct rc_pid_sta_info *sinfo = inode->i_private;
struct rc_pid_event_buffer *events = &sinfo->events;
struct rc_pid_events_file_info *file_info;
unsigned int status;
unsigned long status;

/* Allocate a state struct */
file_info = kmalloc(sizeof(*file_info), GFP_KERNEL);
Expand Down Expand Up @@ -135,7 +135,7 @@ static ssize_t rate_control_pid_events_read(struct file *file, char __user *buf,
char pb[RC_PID_PRINT_BUF_SIZE];
int ret;
int p;
unsigned int status;
unsigned long status;

/* Check if there is something to read. */
if (events->next_entry == file_info->next_entry) {
Expand Down

0 comments on commit 86f23c7

Please sign in to comment.