diff options
Diffstat (limited to 'drivers/firewire')
-rw-r--r-- | drivers/firewire/fw-transaction.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/firewire/fw-transaction.c b/drivers/firewire/fw-transaction.c index ccf0e4cf108f..7f92c45349e2 100644 --- a/drivers/firewire/fw-transaction.c +++ b/drivers/firewire/fw-transaction.c | |||
@@ -572,7 +572,8 @@ allocate_request(struct fw_packet *p) | |||
572 | break; | 572 | break; |
573 | 573 | ||
574 | default: | 574 | default: |
575 | BUG(); | 575 | fw_error("ERROR - corrupt request received - %08x %08x %08x\n", |
576 | p->header[0], p->header[1], p->header[2]); | ||
576 | return NULL; | 577 | return NULL; |
577 | } | 578 | } |
578 | 579 | ||