From: Allan Stephens Date: Wed, 19 Oct 2011 19:39:21 +0000 (-0400) Subject: tipc: Eliminate useless memset operations in Ethernet media support X-Git-Tag: v3.3-rc1~182^2~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d47ce2ece33eac5c2b12d52622d1b17fe6a34ce9;p=pandora-kernel.git tipc: Eliminate useless memset operations in Ethernet media support Gets rid of two pointless operations that zero out the array used to record information about TIPC's Ethernet bearers. There is no need to initialize the array on start up since it is a global variable that is already zero'd out, and there is no need to zero it out on exit because the array is never referenced again. Signed-off-by: Allan Stephens Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed