diff options
Diffstat (limited to 'net/irda/irlmp.c')
-rw-r--r-- | net/irda/irlmp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/irda/irlmp.c b/net/irda/irlmp.c index 98ad6ec4bd3c..a5f28d421ea8 100644 --- a/net/irda/irlmp.c +++ b/net/irda/irlmp.c | |||
@@ -1426,7 +1426,8 @@ __u8 *irlmp_hint_to_service(__u8 *hint) | |||
1426 | if (hint[1] & HINT_TELEPHONY) { | 1426 | if (hint[1] & HINT_TELEPHONY) { |
1427 | IRDA_DEBUG(1, "Telephony "); | 1427 | IRDA_DEBUG(1, "Telephony "); |
1428 | service[i++] = S_TELEPHONY; | 1428 | service[i++] = S_TELEPHONY; |
1429 | } if (hint[1] & HINT_FILE_SERVER) | 1429 | } |
1430 | if (hint[1] & HINT_FILE_SERVER) | ||
1430 | IRDA_DEBUG(1, "File Server "); | 1431 | IRDA_DEBUG(1, "File Server "); |
1431 | 1432 | ||
1432 | if (hint[1] & HINT_COMM) { | 1433 | if (hint[1] & HINT_COMM) { |