commit | 45488c48e49b6ded9850bb0293668a92f96293c2 | [log] [tgz] |
---|---|---|
author | David Hildenbrand <david@redhat.com> | Wed Jun 12 15:33:06 2019 +0200 |
committer | Heiko Carstens <heiko.carstens@de.ibm.com> | Sat Jun 15 12:24:48 2019 +0200 |
tree | 3b3cb85e8934f43ed629f69d6735800fb51e2a94 | |
parent | ba6a98fe79b416541d11d6d4a89ba8d86b5409a2 [diff] |
s390/crypto: sha: 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>