From: Anton Vorontsov Date: Thu, 18 Dec 2008 08:23:31 +0000 (+0000) Subject: ucc_geth: Cleanup repetitive ucc_geth_memclean() calls X-Git-Tag: v2.6.29-rc1~581^2~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba574696a34eb518979e742b35ccd30dec284583;p=pandora-kernel.git ucc_geth: Cleanup repetitive ucc_geth_memclean() calls No need to call ucc_geth_memclean() so many times, just check for errors in ucc_geth_open(), and call ucc_geth_stop() in case of errors. The ucc_geth_stop() may be called anytime and will do the right thing. Signed-off-by: Anton Vorontsov Signed-off-by: David S. Miller --- Reading git-diff-tree failed