net: Remove unnecessary returns from void function()s
[safe/jmp/linux-2.6] / net / irda / iriap.c
index 79a1e5a..fce364c 100644 (file)
@@ -685,8 +685,6 @@ static void iriap_getvaluebyclass_indication(struct iriap_cb *self,
        /* We have a match; send the value.  */
        iriap_getvaluebyclass_response(self, obj->id, IAS_SUCCESS,
                                       attrib->value);
-
-       return;
 }
 
 /*