From: Ying Xue Date: Thu, 16 Aug 2012 12:09:10 +0000 (+0000) Subject: tipc: change tipc_net_start routine return value type X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~308 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=379c0456afc170d56ceb712a5689ede91d293e88;p=pandora-kernel.git tipc: change tipc_net_start routine return value type Since now tipc_net_start() always returns a success code - 0, its return value type should be changed from integer to void, which can avoid unnecessary check for its return value. Signed-off-by: Ying Xue Signed-off-by: Jon Maloy Signed-off-by: Paul Gortmaker Signed-off-by: David S. Miller --- Reading git-diff-tree failed