From: Ying Xue Date: Fri, 16 Nov 2012 05:51:32 +0000 (+0800) Subject: tipc: eliminate an unnecessary cast of node variable X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~242^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cb7d55ab4c4726c5d966d5a19e7b304345e74ca;p=pandora-kernel.git 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 Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed