Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368383
b: refs/heads/master
c: 9931078
h: refs/heads/master
i:
  368381: 909e139
  368379: c4b0291
  368375: fb7f5fe
  368367: bfb7cc5
  368351: 1557b29
  368319: 99fe734
  368255: 2565444
  368127: ce02e51
v: v3
  • Loading branch information
Bing Zhao authored and John W. Linville committed Mar 6, 2013
1 parent d50ae09 commit 7fcd104
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: 8509e82064319d175192837355a92653e1517798
refs/heads/master: 9931078e36bd2caa3d5364cab31a893d50a8b5de
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/mwifiex/pcie.c
Original file line number Diff line number Diff line change
Expand Up @@ -1030,8 +1030,8 @@ mwifiex_pcie_send_data(struct mwifiex_adapter *adapter, struct sk_buff *skb,
u32 wrindx, num_tx_buffs, rx_val;
int ret;
dma_addr_t buf_pa;
struct mwifiex_pcie_buf_desc *desc;
struct mwifiex_pfu_buf_desc *desc2;
struct mwifiex_pcie_buf_desc *desc = NULL;
struct mwifiex_pfu_buf_desc *desc2 = NULL;
__le16 *tmp;

if (!(skb->data && skb->len)) {
Expand Down

0 comments on commit 7fcd104

Please sign in to comment.