netfilter: nfnetlink_log: Fix set-but-unused variables.
authorDavid S. Miller <davem@davemloft.net>
Mon, 18 Apr 2011 00:02:29 +0000 (17:02 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Apr 2011 00:02:51 +0000 (17:02 -0700)
The variable 'tmp_uint' is set but unused in __build_packet_message().

Just kill it off.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found