Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277813
b: refs/heads/master
c: fa161cb
h: refs/heads/master
i:
  277811: 94bcfe3
v: v3
  • Loading branch information
Dan Carpenter authored and John W. Linville committed Nov 9, 2011
1 parent ad19173 commit ffde1e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: fba6fe634787bb7ef95fb44682df71b4d4e8cb2d
refs/heads/master: fa161cb7aa7da29018f7378ccbab6bb593be008c
5 changes: 2 additions & 3 deletions trunk/drivers/net/wireless/mwifiex/pcie.c
Original file line number Diff line number Diff line change
Expand Up @@ -1671,9 +1671,8 @@ static int mwifiex_pcie_host_to_card(struct mwifiex_adapter *adapter, u8 type,
struct sk_buff *skb,
struct mwifiex_tx_param *tx_param)
{
if (!adapter || !skb) {
dev_err(adapter->dev, "Invalid parameter in %s <%p, %p>\n",
__func__, adapter, skb);
if (!skb) {
dev_err(adapter->dev, "Passed NULL skb to %s\n", __func__);
return -1;
}

Expand Down

0 comments on commit ffde1e1

Please sign in to comment.