]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
crypto: padlock - Make module loading quieter when hardware isn't available
authorJeremy Katz <katzj@redhat.com>
Thu, 3 Jul 2008 11:03:31 +0000 (19:03 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jul 2008 12:35:16 +0000 (20:35 +0800)
commitb43e726b32b85713c7c56b6545cf71c2b02b5e1a
treedc49a97136922ac35c6514639bb18ac719cafb91
parent4b22f0ddb6564210c9ded7ba25b2a1007733e784
crypto: padlock - Make module loading quieter when hardware isn't available

When loading aes or sha256 via the module aliases, the padlock modules
also try to get loaded.  Make the error message for them not being
present only be a NOTICE rather than an ERROR so that use of 'quiet'
will suppress the messages

Signed-off-by: Jeremy Katz <katzj@redhat.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/padlock-aes.c
drivers/crypto/padlock-sha.c