Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360775
b: refs/heads/master
c: 90c7881
h: refs/heads/master
i:
  360773: 9461a8a
  360771: 11e0ddd
  360767: cd9e66b
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Feb 27, 2013
1 parent 47d700d commit 039814c
Show file tree
Hide file tree
Showing 2 changed files with 6 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: e70ab977991964a5a7ad1182799451d067e62669
refs/heads/master: 90c7881ecee1f08e0a49172cf61371cf2509ee4a
7 changes: 5 additions & 2 deletions trunk/net/irda/iriap.c
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,11 @@ static void iriap_getvaluebyclass_confirm(struct iriap_cb *self,
/* case CS_ISO_8859_9: */
/* case CS_UNICODE: */
default:
IRDA_DEBUG(0, "%s(), charset %s, not supported\n",
__func__, ias_charset_types[charset]);
IRDA_DEBUG(0, "%s(), charset [%d] %s, not supported\n",
__func__, charset,
charset < ARRAY_SIZE(ias_charset_types) ?
ias_charset_types[charset] :
"(unknown)");

/* Aborting, close connection! */
iriap_disconnect_request(self);
Expand Down

0 comments on commit 039814c

Please sign in to comment.