On Wed, 12 Jun 2019 12:22:48 +0200 David Hildenbrand <david@xxxxxxxxxx> wrote: > 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. > > Signed-off-by: David Hildenbrand <david@xxxxxxxxxx> > --- > arch/s390/crypto/sha1_s390.c | 2 +- > arch/s390/crypto/sha256_s390.c | 2 +- > arch/s390/crypto/sha512_s390.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>