commit | 4cb7d55ab4c4726c5d966d5a19e7b304345e74ca | [log] [tgz] |
---|---|---|
author | Ying Xue <ying.xue@windriver.com> | Fri Nov 16 13:51:32 2012 +0800 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Thu Nov 22 14:33:28 2012 -0500 |
tree | 04254777e5aa1a9e077e54962912aa6334d2c93b | |
parent | c64f7a6a1fb13565687ae5415736095f82557880 [diff] |
tipc: eliminate an unnecessary cast of node variable 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>