Re: [PATCH v2 2/4] s390/crypto: ghash: Use -ENODEV instead of -EOPNOTSUPP
From: Cornelia Huck
Date: Wed Jun 12 2019 - 06:36:48 EST
On Wed, 12 Jun 2019 12:22:46 +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/ghash_s390.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>