Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109432
b: refs/heads/master
c: 4989885
h: refs/heads/master
v: v3
  • Loading branch information
John W. Linville committed Sep 2, 2008
1 parent 22de7e1 commit f14bf5e
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: d9664741e0e2216770d6e52646474d3982b8eb55
refs/heads/master: 49898852e6aa8a6de9a5bc0bab2cf305b3583bbf
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ static int iwl_tx_queue_init(struct iwl_priv *priv,
continue;
}

txq->cmd[i] = kmalloc(len, GFP_KERNEL | GFP_DMA);
txq->cmd[i] = kmalloc(len, GFP_KERNEL);
if (!txq->cmd[i])
return -ENOMEM;
}
Expand Down

0 comments on commit f14bf5e

Please sign in to comment.