Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98339
b: refs/heads/master
c: ccff962
h: refs/heads/master
i:
  98337: 93ec0a9
  98335: 741e0d1
v: v3
  • Loading branch information
Stefan Richter committed Jun 18, 2008
1 parent ec94174 commit f85bc4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0bf607c5b4edd13362e4add6ca1e81f8a9fbd47c
refs/heads/master: ccff962943df539c5860aa120eecc189d70a308b
5 changes: 5 additions & 0 deletions trunk/drivers/firewire/fw-ohci.c
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,11 @@ static __le32 *handle_ar_packet(struct ar_context *ctx, __le32 *buffer)
p.header_length = 12;
p.payload_length = 0;
break;

default:
/* FIXME: Stop context, discard everything, and restart? */
p.header_length = 0;
p.payload_length = 0;
}

p.payload = (void *) buffer + p.header_length;
Expand Down

0 comments on commit f85bc4d

Please sign in to comment.