firewire: remove bogus check in fw_core_handle_request
[safe/jmp/linux-2.6] / drivers / firewire / fw-transaction.c
index 80d0121..c4b3417 100644 (file)
@@ -628,11 +628,6 @@ fw_core_handle_request(struct fw_card *card, struct fw_packet *p)
        unsigned long flags;
        int tcode, destination, source;
 
-       if (p->payload_length > 2048) {
-               /* FIXME: send error response. */
-               return;
-       }
-
        if (p->ack != ACK_PENDING && p->ack != ACK_COMPLETE)
                return;