From: Allan Stephens Date: Mon, 30 May 2011 15:27:50 +0000 (-0400) Subject: tipc: Eliminate checks for empty zone list during name translation X-Git-Tag: v3.1-rc1~316^2~349^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8af4638a297b43c4929fdc01456b7f0698de0c0e;p=pandora-kernel.git tipc: Eliminate checks for empty zone list during name translation Gets rid of a pair of checks to see if a name sequence entry in TIPC's name table has an empty zone list. These checks are pointless since the zone list can never be empty (i.e. as soon as the list becomes empty the associated name sequence entry is deleted). Signed-off-by: Allan Stephens Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed