Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172671
b: refs/heads/master
c: 5b189bf
h: refs/heads/master
i:
  172669: 3f4a7e7
  172667: 4ad190c
  172663: 6cb9b72
  172655: 92645ea
  172639: adde30c
  172607: 2ec0436
  172543: ebc1ce3
v: v3
  • Loading branch information
Stefan Richter committed Oct 31, 2009
1 parent 079e74f commit 8066e1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cb7c96da3651111efbe088fa12f9bed61836ea93
refs/heads/master: 5b189bf3633c3b73d4f08124a86f3e019953d412
6 changes: 4 additions & 2 deletions trunk/drivers/firewire/core-transaction.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ static void fw_fill_request(struct fw_packet *packet, int tcode, int tlabel,
packet->header_length = 16;
packet->payload_length = 0;
break;

default:
WARN(1, KERN_ERR "wrong tcode %d", tcode);
}
common:
packet->speed = speed;
Expand Down Expand Up @@ -595,8 +598,7 @@ void fw_fill_response(struct fw_packet *response, u32 *request_header,
break;

default:
BUG();
return;
WARN(1, KERN_ERR "wrong tcode %d", tcode);
}

response->payload_bus = 0;
Expand Down

0 comments on commit 8066e1f

Please sign in to comment.