diff options
| -rw-r--r-- | drivers/firewire/fw-transaction.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/firewire/fw-transaction.c b/drivers/firewire/fw-transaction.c index 80d0121463d0..c4b3417a5dac 100644 --- a/drivers/firewire/fw-transaction.c +++ b/drivers/firewire/fw-transaction.c | |||
| @@ -628,11 +628,6 @@ fw_core_handle_request(struct fw_card *card, struct fw_packet *p) | |||
| 628 | unsigned long flags; | 628 | unsigned long flags; |
| 629 | int tcode, destination, source; | 629 | int tcode, destination, source; |
| 630 | 630 | ||
| 631 | if (p->payload_length > 2048) { | ||
| 632 | /* FIXME: send error response. */ | ||
| 633 | return; | ||
| 634 | } | ||
| 635 | |||
| 636 | if (p->ack != ACK_PENDING && p->ack != ACK_COMPLETE) | 631 | if (p->ack != ACK_PENDING && p->ack != ACK_COMPLETE) |
| 637 | return; | 632 | return; |
| 638 | 633 | ||
