Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364871
b: refs/heads/master
c: c33c888
h: refs/heads/master
i:
  364869: aa91aa9
  364867: 9be02f7
  364863: 87a416b
v: v3
  • Loading branch information
Wei Yongjun authored and Greg Kroah-Hartman committed Apr 19, 2013
1 parent 845092f commit 975b516
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 1cb6e73c556e8a61d41e531003cf205c16650a02
refs/heads/master: c33c888b585fd9ed3770e91588480a0b74e82ad0
6 changes: 3 additions & 3 deletions trunk/drivers/usb/atm/usbatm.c
Original file line number Diff line number Diff line change
Expand Up @@ -672,9 +672,6 @@ static int usbatm_atm_send(struct atm_vcc *vcc, struct sk_buff *skb)
struct usbatm_control *ctrl = UDSL_SKB(skb);
int err;

vdbg(&instance->usb_intf->dev, "%s called (skb 0x%p, len %u)", __func__,
skb, skb->len);

/* racy disconnection check - fine */
if (!instance || instance->disconnected) {
#ifdef DEBUG
Expand All @@ -684,6 +681,9 @@ static int usbatm_atm_send(struct atm_vcc *vcc, struct sk_buff *skb)
goto fail;
}

vdbg(&instance->usb_intf->dev, "%s called (skb 0x%p, len %u)", __func__,
skb, skb->len);

if (vcc->qos.aal != ATM_AAL5) {
atm_rldbg(instance, "%s: unsupported ATM type %d!\n", __func__, vcc->qos.aal);
err = -EINVAL;
Expand Down

0 comments on commit 975b516

Please sign in to comment.