From: Allan Stephens Date: Tue, 15 Jul 2008 05:44:01 +0000 (-0700) Subject: tipc: Eliminate improper use of TIPC_OK error code X-Git-Tag: v2.6.27-rc1~969^2~136 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e35fd5e5264bb46d1febbe9cd9aa08421c21a96;p=pandora-kernel.git tipc: Eliminate improper use of TIPC_OK error code This patch corrects many places where TIPC routines indicated successful completion by returning TIPC_OK instead of 0. (The TIPC_OK symbol has the value 0, but it should only be used in contexts that deal with the error code field of a TIPC message header.) Signed-off-by: Allan Stephens Signed-off-by: David S. Miller --- Reading git-diff-tree failed