Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108374
b: refs/heads/master
c: 6ced0b3
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and David S. Miller committed Aug 13, 2008
1 parent a95338b commit d56fa10
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: 83f36f3f35f4f83fa346bfff58a5deabc78370e5
refs/heads/master: 6ced0b3f1e1c089caf8798485423a093744b6a48
2 changes: 1 addition & 1 deletion trunk/net/tipc/subscr.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ static struct top_srv topsrv = { 0 };

static u32 htohl(u32 in, int swap)
{
return swap ? (u32)___constant_swab32(in) : in;
return swap ? swab32(in) : in;
}

/**
Expand Down

0 comments on commit d56fa10

Please sign in to comment.