Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89933
b: refs/heads/master
c: 231be4e
h: refs/heads/master
i:
  89931: 53e9b6b
v: v3
  • Loading branch information
Adam Baker authored and John W. Linville committed Feb 29, 2008
1 parent 0cfd845 commit 6712481
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 16938a24ae19562f078fd43a28500526ff78cd87
refs/heads/master: 231be4e92cc0398781e6acda0e3f8ea54a7fa10f
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/rt2x00/rt2x00queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ static int rt2x00queue_alloc_entries(struct data_queue *queue,
return -ENOMEM;

#define QUEUE_ENTRY_PRIV_OFFSET(__base, __index, __limit, __esize, __psize) \
( (__base) + ((__limit) * (__esize)) + ((__index) * (__psize)) )
( ((char *)(__base)) + ((__limit) * (__esize)) + \
((__index) * (__psize)) )

for (i = 0; i < queue->limit; i++) {
entries[i].flags = 0;
Expand Down

0 comments on commit 6712481

Please sign in to comment.