Re: [RFC PATCH 37/57] drivers: s390: zcrypt: Use class_find_device_by_devt helper

2019-06-03 Thread Harald Freudenberger
On 03.06.19 17:50, Suzuki K Poulose wrote: > Use the generic helper to find a device matching the devt. > > Cc: Harald Freudenberger > Cc: Heiko Carstens > Signed-off-by: Suzuki K Poulose > --- > drivers/s390/crypto/zcrypt_api.c | 11 +-- > 1 file changed, 1 insertion(+), 10 deletions(-

[RFC PATCH 37/57] drivers: s390: zcrypt: Use class_find_device_by_devt helper

2019-06-03 Thread Suzuki K Poulose
Use the generic helper to find a device matching the devt. Cc: Harald Freudenberger Cc: Heiko Carstens Signed-off-by: Suzuki K Poulose --- drivers/s390/crypto/zcrypt_api.c | 11 +-- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/drivers/s390/crypto/zcrypt_api.c b/drivers