Signed-off-by: Marek Vasut <ma...@denx.de> Cc: Benjamin Herrenschmidt <b...@kernel.crashing.org> Cc: Dmitry Kasatkin <dmitry.kasat...@nokia.com> Cc: Eric Bénard <e...@eukrea.com> Cc: Jussi Kivilinna <jussi.kivili...@mbnet.fi> Cc: Kent Yoder <k...@linux.vnet.ibm.com> Cc: Michal Ludvig <mic...@logix.cz> Cc: Varun Wadekar <vwade...@nvidia.com> Cc: Vladimir Zapolskiy <vladimir_zapols...@mentor.com> Cc: linux-ge...@lists.infradead.org --- drivers/crypto/geode-aes.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
NOTE: Geode guys, can you please test this change ? diff --git a/drivers/crypto/geode-aes.c b/drivers/crypto/geode-aes.c index 69e1b02..8e482ce 100644 --- a/drivers/crypto/geode-aes.c +++ b/drivers/crypto/geode-aes.c @@ -547,7 +547,7 @@ static int geode_aes_probe(struct pci_dev *dev, const struct pci_device_id *id) if (ret) goto eecb; - printk(KERN_NOTICE "geode-aes: GEODE AES engine enabled.\n"); + dev_notice(&dev->dev, "GEODE AES engine enabled.\n"); return 0; eecb: @@ -565,7 +565,7 @@ static int geode_aes_probe(struct pci_dev *dev, const struct pci_device_id *id) eenable: pci_disable_device(dev); - printk(KERN_ERR "geode-aes: GEODE AES initialization failed.\n"); + dev_err(&dev->dev, "GEODE AES initialization failed.\n"); return ret; } -- 2.0.0.rc0 -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html