Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135314
b: refs/heads/master
c: 4306cad
h: refs/heads/master
v: v3
  • Loading branch information
Simon Farnsworth authored and David Woodhouse committed Jan 27, 2009
1 parent 037d747 commit 750e93d
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: b76811af7606b36cb0703f04449c301b9634dcbc
refs/heads/master: 4306cad6fe02e2946183ab29e510f94190b8fff3
3 changes: 2 additions & 1 deletion trunk/drivers/atm/solos-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ MODULE_LICENSE("GPL");
MODULE_PARM_DESC(debug, "Enable Loopback");
MODULE_PARM_DESC(atmdebug, "Print ATM data");
module_param(debug, int, 0444);
module_param(atmdebug, int, 0444);
module_param(atmdebug, int, 0644);

static int opens;

Expand Down Expand Up @@ -541,6 +541,7 @@ static int psend(struct atm_vcc *vcc, struct sk_buff *skb)

ret = pskb_expand_head(skb, expand_by, 0, GFP_ATOMIC);
if (ret) {
dev_warn(&card->dev->dev, "pskb_expand_head failed.\n");
solos_pop(vcc, skb);
return ret;
}
Expand Down

0 comments on commit 750e93d

Please sign in to comment.