diff options
Diffstat (limited to 'drivers/atm/solos-pci.c')
-rw-r--r-- | drivers/atm/solos-pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/atm/solos-pci.c b/drivers/atm/solos-pci.c index f0309546c356..3daa3a374313 100644 --- a/drivers/atm/solos-pci.c +++ b/drivers/atm/solos-pci.c | |||
@@ -91,7 +91,7 @@ MODULE_LICENSE("GPL"); | |||
91 | MODULE_PARM_DESC(debug, "Enable Loopback"); | 91 | MODULE_PARM_DESC(debug, "Enable Loopback"); |
92 | MODULE_PARM_DESC(atmdebug, "Print ATM data"); | 92 | MODULE_PARM_DESC(atmdebug, "Print ATM data"); |
93 | module_param(debug, int, 0444); | 93 | module_param(debug, int, 0444); |
94 | module_param(atmdebug, int, 0444); | 94 | module_param(atmdebug, int, 0644); |
95 | 95 | ||
96 | static int opens; | 96 | static int opens; |
97 | 97 | ||
@@ -541,6 +541,7 @@ static int psend(struct atm_vcc *vcc, struct sk_buff *skb) | |||
541 | 541 | ||
542 | ret = pskb_expand_head(skb, expand_by, 0, GFP_ATOMIC); | 542 | ret = pskb_expand_head(skb, expand_by, 0, GFP_ATOMIC); |
543 | if (ret) { | 543 | if (ret) { |
544 | dev_warn(&card->dev->dev, "pskb_expand_head failed.\n"); | ||
544 | solos_pop(vcc, skb); | 545 | solos_pop(vcc, skb); |
545 | return ret; | 546 | return ret; |
546 | } | 547 | } |