]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/irda/irlmp.c
page-cgroup: trivial cleanup
[karo-tx-linux.git] / net / irda / irlmp.c
index 98ad6ec4bd3cc40190f199151b9fb2f9348a9d07..a5f28d421ea843824629d49302d12aed36b9fe00 100644 (file)
@@ -1426,7 +1426,8 @@ __u8 *irlmp_hint_to_service(__u8 *hint)
                if (hint[1] & HINT_TELEPHONY) {
                        IRDA_DEBUG(1, "Telephony ");
                        service[i++] = S_TELEPHONY;
-               } if (hint[1] & HINT_FILE_SERVER)
+               }
+               if (hint[1] & HINT_FILE_SERVER)
                        IRDA_DEBUG(1, "File Server ");
 
                if (hint[1] & HINT_COMM) {