Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99291
b: refs/heads/master
c: b43e726
h: refs/heads/master
i:
  99289: 96699bc
  99287: 31d7e6b
v: v3
  • Loading branch information
Jeremy Katz authored and Herbert Xu committed Jul 10, 2008
1 parent 5398405 commit 6f999a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4b22f0ddb6564210c9ded7ba25b2a1007733e784
refs/heads/master: b43e726b32b85713c7c56b6545cf71c2b02b5e1a
4 changes: 2 additions & 2 deletions trunk/drivers/crypto/padlock-aes.c
Original file line number Diff line number Diff line change
Expand Up @@ -385,12 +385,12 @@ static int __init padlock_init(void)
int ret;

if (!cpu_has_xcrypt) {
printk(KERN_ERR PFX "VIA PadLock not detected.\n");
printk(KERN_NOTICE PFX "VIA PadLock not detected.\n");
return -ENODEV;
}

if (!cpu_has_xcrypt_enabled) {
printk(KERN_ERR PFX "VIA PadLock detected, but not enabled. Hmm, strange...\n");
printk(KERN_NOTICE PFX "VIA PadLock detected, but not enabled. Hmm, strange...\n");
return -ENODEV;
}

Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/crypto/padlock-sha.c
Original file line number Diff line number Diff line change
Expand Up @@ -254,12 +254,12 @@ static int __init padlock_init(void)
int rc = -ENODEV;

if (!cpu_has_phe) {
printk(KERN_ERR PFX "VIA PadLock Hash Engine not detected.\n");
printk(KERN_NOTICE PFX "VIA PadLock Hash Engine not detected.\n");
return -ENODEV;
}

if (!cpu_has_phe_enabled) {
printk(KERN_ERR PFX "VIA PadLock detected, but not enabled. Hmm, strange...\n");
printk(KERN_NOTICE PFX "VIA PadLock detected, but not enabled. Hmm, strange...\n");
return -ENODEV;
}

Expand Down

0 comments on commit 6f999a1

Please sign in to comment.