Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247743
b: refs/heads/master
c: 8ce6eb1
h: refs/heads/master
i:
  247741: 2fae9ab
  247739: 269be8f
  247735: 64ebf86
  247727: 14d43f3
  247711: d4e7c25
  247679: 1200bca
v: v3
  • Loading branch information
David S. Miller committed May 19, 2011
1 parent 0b60682 commit 32477df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: ad6376434c945495ea8c4082ad8a392cc58c3406
refs/heads/master: 8ce6eb1a4a4bc46820f23e927377d386d3ec5404
5 changes: 1 addition & 4 deletions trunk/net/irda/ircomm/ircomm_lmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ static int ircomm_lmp_connect_response(struct ircomm_cb *self,
struct sk_buff *userdata)
{
struct sk_buff *tx_skb;
int ret;

IRDA_DEBUG(0, "%s()\n", __func__ );

Expand All @@ -100,9 +99,7 @@ static int ircomm_lmp_connect_response(struct ircomm_cb *self,
tx_skb = userdata;
}

ret = irlmp_connect_response(self->lsap, tx_skb);

return 0;
return irlmp_connect_response(self->lsap, tx_skb);
}

static int ircomm_lmp_disconnect_request(struct ircomm_cb *self,
Expand Down

0 comments on commit 32477df

Please sign in to comment.