Files
android_kernel_xiaomi_sm8450/net/tipc
Paul Gortmaker 1c553bb52e 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 <paul.gortmaker@windriver.com>
2011-09-17 22:55:09 -04:00
..
2011-05-10 10:31:03 -04:00
2011-07-26 16:49:47 -07:00
2011-01-01 13:57:51 -08:00
2009-07-12 14:03:27 -07:00
2010-10-16 11:13:24 -07:00
2010-10-21 04:11:08 -07:00