]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: nx - nx842_OF_upd_status should return ENODEV if device is not 'okay'
authorNishanth Aravamudan <nacc@linux.vnet.ibm.com>
Thu, 2 Jul 2015 22:38:48 +0000 (15:38 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 6 Jul 2015 08:32:02 +0000 (16:32 +0800)
commit8a33d1ff751a7ca9a378564db79a262b9a154656
treef449fd48209e03d9889ee838aa8bc8364764ac13
parentc5961a4ab37b31e8a91aeccccf3949739a708415
crypto: nx - nx842_OF_upd_status should return ENODEV if device is not 'okay'

The current documention mentions explicitly that EINVAL should be
returned if the device is not available, but nx842_OF_upd_status()
always returns 0. However, nx842_probe() specifically checks for
non-ENODEV returns from nx842_of_upd() (which in turn calls
nx842_OF_upd_status()) and emits an extra error in that case. It seems
like the proper return code of a disabled device is ENODEV.

Signed-off-by: Nishanth Aravamudan <nacc@linux.vnet.ibm.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/nx/nx-842-pseries.c