From: Vladimir Zapolskiy Subject: Re: [PATCH 13/14] crypto: drivers - remove cra_list initialization Date: Wed, 18 Jul 2012 04:04:19 +0300 Message-ID: <50060B93.3070503@mentor.com> References: <20120711111949.6875.60269.stgit@localhost6.localdomain6> <20120711112056.6875.58905.stgit@localhost6.localdomain6> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: , Vladimir Zapolskiy , , "David S. Miller" , Herbert Xu To: Jussi Kivilinna Return-path: Received: from relay1.mentorg.com ([192.94.38.131]:60383 "EHLO relay1.mentorg.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751070Ab2GRBEc (ORCPT ); Tue, 17 Jul 2012 21:04:32 -0400 In-Reply-To: <20120711112056.6875.58905.stgit@localhost6.localdomain6> Sender: linux-crypto-owner@vger.kernel.org List-ID: On 11.07.2012 14:20, Jussi Kivilinna wrote: > Initialization of cra_list is currently mixed, most ciphers initializ= e this > field and most shashes do not. Initialization however is not needed a= t all > since cra_list is initialized/overwritten in __crypto_register_alg() = with > list_add(). Therefore perform cleanup to remove all unneeded initiali= zations > of this field in 'crypto/drivers/'. > > Cc: Kent Yoder > Cc: Benjamin Herrenschmidt > Cc: linux-geode@lists.infradead.org > Cc: Michal Ludvig > Cc: Dmitry Kasatkin > Cc: Varun Wadekar > Cc: Vladimir Zapolskiy > Cc: Eric B=C3=A9nard > Signed-off-by: Jussi Kivilinna Acked-by: Vladimir Zapolskiy Thanks, Vladimir