tipc: eliminate an unnecessary cast of node variable
authorYing Xue <ying.xue@windriver.com>
Fri, 16 Nov 2012 05:51:32 +0000 (13:51 +0800)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 22 Nov 2012 19:33:28 +0000 (14:33 -0500)
As the variable:node is currently defined to u32 type, it is
unnecessary to cast its type to u32 again when using it.

Signed-off-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>

No differences found