tipc: trivial endian annotation in debug statement
authorHarvey Harrison <harvey.harrison@gmail.com>
Sat, 8 Nov 2008 07:37:50 +0000 (23:37 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 8 Nov 2008 07:37:50 +0000 (23:37 -0800)
commitf574179b63e48f5285468b5ee40f3c480221f708
treef36e43b5bfcb97af4f2c2458525826f8676e4ea3
parentf400923735ecbb67cbe4a3606c9479f694754f51
tipc: trivial endian annotation in debug statement

Use htonl rather than ntohl on a u32.
net/tipc/name_table.c:557:2: warning: cast to restricted __be32

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/name_table.c