Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102591
b: refs/heads/master
c: fc5ad58
h: refs/heads/master
i:
  102589: 629f805
  102587: 705b9b1
  102583: e5cb874
  102575: dce1808
  102559: a11e728
  102527: a7629c9
v: v3
  • Loading branch information
Allan Stephens authored and David S. Miller committed May 19, 2008
1 parent 7c762bc commit b01f0dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 8e9501f5188d90eed737240453c32cad01849c96
refs/heads/master: fc5ad582709ce9c7b9ab7b70c1e5b5e2cfc384db
4 changes: 1 addition & 3 deletions trunk/net/tipc/subscr.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,7 @@ static struct top_srv topsrv = { 0 };

static u32 htohl(u32 in, int swap)
{
char *c = (char *)∈

return swap ? ((c[3] << 3) + (c[2] << 2) + (c[1] << 1) + c[0]) : in;
return swap ? (u32)___constant_swab32(in) : in;
}

/**
Expand Down

0 comments on commit b01f0dd

Please sign in to comment.