From: Jonathan Nieder Date: Wed, 3 Aug 2011 06:07:11 +0000 (+0800) Subject: crypto: padlock-aes - Make module loading even quieter when hardware is missing X-Git-Tag: v3.2-rc1~105^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c39cc377f9168e24d58f82419af9595226fdc4ff;p=pandora-kernel.git crypto: padlock-aes - Make module loading even quieter when hardware is missing When loading aes via the module alias, a padlock module failing to load due to missing hardware is not particularly notable. With v2.6.27-rc1~1107^2~14 (crypto: padlock - Make module loading quieter when hardware isn't available, 2008-07-03), the padlock-aes module suppresses the relevant messages when the "quiet" flag is in use; but better to suppress this particular message completely, since the administrator can already distinguish such errors by the absence of a message indicating initialization failing or succeeding. This avoids occasional messages in syslog of the form padlock_aes: VIA PadLock not detected. Signed-off-by: Jonathan Nieder Signed-off-by: Herbert Xu --- Reading git-diff-tree failed