Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336080
b: refs/heads/master
c: c3b2c25
h: refs/heads/master
v: v3
  • Loading branch information
Tommi Rantala authored and David S. Miller committed Nov 28, 2012
1 parent 38222ba commit eeaccfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ba695af067f9cadfec84457ac06b44e3fa849b15
refs/heads/master: c3b2c2581988d304127c2aa218430b5fca88ce56
1 change: 1 addition & 0 deletions trunk/net/irda/irttp.c
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ struct tsap_cb *irttp_open_tsap(__u8 stsap_sel, int credit, notify_t *notify)
lsap = irlmp_open_lsap(stsap_sel, &ttp_notify, 0);
if (lsap == NULL) {
IRDA_DEBUG(0, "%s: unable to allocate LSAP!!\n", __func__);
__irttp_close_tsap(self);
return NULL;
}

Expand Down

0 comments on commit eeaccfc

Please sign in to comment.