Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171880
b: refs/heads/master
c: a2fb0ad
h: refs/heads/master
v: v3
  • Loading branch information
John W. Linville committed Nov 18, 2009
1 parent 9664013 commit 124b1a6
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: 98d3a7ca9232a436c067888936a0133e64ea126a
refs/heads/master: a2fb0ad30aa52bdfd6e0870702444bae6090520f
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/wl3501_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ static void wl3501_free_tx_buffer(struct wl3501_card *this, u16 ptr)

static int wl3501_esbq_req_test(struct wl3501_card *this)
{
u8 tmp;
u8 tmp = 0;

wl3501_get_from_wla(this, this->esbq_req_head + 3, &tmp, sizeof(tmp));
return tmp & 0x80;
Expand Down

0 comments on commit 124b1a6

Please sign in to comment.