On 11.07.2012 14:20, Jussi Kivilinna wrote:
Initialization of cra_list is currently mixed, most ciphers initialize this field and most shashes do not. Initialization however is not needed at all since cra_list is initialized/overwritten in __crypto_register_alg() with list_add(). Therefore perform cleanup to remove all unneeded initializations of this field in 'crypto/drivers/'. Cc: Kent Yoder<key@xxxxxxxxxxxxxxxxxx> Cc: Benjamin Herrenschmidt<benh@xxxxxxxxxxxxxxxxxxx> Cc: linux-geode@xxxxxxxxxxxxxxxxxxx Cc: Michal Ludvig<michal@xxxxxxxx> Cc: Dmitry Kasatkin<dmitry.kasatkin@xxxxxxxxx> Cc: Varun Wadekar<vwadekar@xxxxxxxxxx> Cc: Vladimir Zapolskiy<vzapolskiy@xxxxxxxxx> Cc: Eric Bénard<eric@xxxxxxxxxx> Signed-off-by: Jussi Kivilinna<jussi.kivilinna@xxxxxxxx>
Acked-by: Vladimir Zapolskiy <vladimir_zapolskiy@xxxxxxxxxx> Thanks, Vladimir -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html