X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=net%2Ftipc%2Fsubscr.c;h=0747d8a9232f4f51cf7f0950b50a1a0ae9d7d85f;hb=1218259b2d09c79ed1113d3a6dbb9a1d6391f5cb;hp=0326d3060bc7acdea0b0f9f158f92518192a538d;hpb=837b41b5de356aa67abb2cadb5eef3efc7776f91;p=linux-block.git diff --git a/net/tipc/subscr.c b/net/tipc/subscr.c index 0326d3060bc7..0747d8a9232f 100644 --- a/net/tipc/subscr.c +++ b/net/tipc/subscr.c @@ -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; } /**