From: Paul Gortmaker Date: Fri, 2 Sep 2011 17:45:34 +0000 (-0400) Subject: tipc: relocate/coalesce node cast in tipc_named_node_up X-Git-Tag: v3.2-rc1~129^2~251^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c553bb52eb4c58333a843c0a5888d2329909f62;p=pandora-kernel.git tipc: relocate/coalesce node cast in tipc_named_node_up Functions like this are called using unsigned longs from function pointers. In this case, the function is passed in a node which is normally internally treated as a u32 by TIPC. Rather than add more casts into this function in the future for each added use of node within, move the cast to a single place on a local. Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed