commit | ba6a98fe79b416541d11d6d4a89ba8d86b5409a2 | [log] [tgz] |
---|---|---|
author | David Hildenbrand <david@redhat.com> | Wed Jun 12 15:33:05 2019 +0200 |
committer | Heiko Carstens <heiko.carstens@de.ibm.com> | Sat Jun 15 12:24:44 2019 +0200 |
tree | c501b8a177dafdf817faced9d04c0bf87b6c1067 | |
parent | 1c0908fcdaeb35ff200241280518fbe356f11e57 [diff] |
s390/crypto: prng: Use -ENODEV instead of -EOPNOTSUPP Let's use the error value that is typically used if HW support is not available when trying to load a module - this is also what systemd's systemd-modules-load.service expects. Reviewed-by: Cornelia Huck <cohuck@redhat.com> Reviewed-by: Harald Freudenberger <freude@linux.ibm.com> Signed-off-by: David Hildenbrand <david@redhat.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>