Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330224
b: refs/heads/master
c: 0968958
h: refs/heads/master
v: v3
  • Loading branch information
Dave Jones authored and David S. Miller committed Oct 4, 2012
1 parent 8c68fe8 commit 5842a48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: b3c581d5d7130fc7f2eab9ab14c8de8882b42380
refs/heads/master: 096895818cbf3382dc318f369e642fb7460ccb26
2 changes: 1 addition & 1 deletion trunk/net/irda/af_irda.c
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ static int irda_open_tsap(struct irda_sock *self, __u8 tsap_sel, char *name)
notify_t notify;

if (self->tsap) {
IRDA_WARNING("%s: busy!\n", __func__);
IRDA_DEBUG(0, "%s: busy!\n", __func__);
return -EBUSY;
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/net/irda/irttp.c
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,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_WARNING("%s: unable to allocate LSAP!!\n", __func__);
IRDA_DEBUG(0, "%s: unable to allocate LSAP!!\n", __func__);
return NULL;
}

Expand Down

0 comments on commit 5842a48

Please sign in to comment.