Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203672
b: refs/heads/master
c: b77026b
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Jul 22, 2010
1 parent a9e08b8 commit 0968157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 03dc2f4c525afb9488edb687c2e1f7057d59b40e
refs/heads/master: b77026b391f4f43ca148cf6c55a93f7487ff6ed8
2 changes: 1 addition & 1 deletion trunk/net/caif/cfrfml.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ static int cfrfml_receive(struct cflayer *layr, struct cfpkt *pkt)

static int cfrfml_transmit_segment(struct cfrfml *rfml, struct cfpkt *pkt)
{
caif_assert(!cfpkt_getlen(pkt) < rfml->fragment_size);
caif_assert(cfpkt_getlen(pkt) >= rfml->fragment_size);

/* Add info for MUX-layer to route the packet out. */
cfpkt_info(pkt)->channel_id = rfml->serv.layer.id;
Expand Down

0 comments on commit 0968157

Please sign in to comment.