Re: [PATCH V2] s390/dasd: Use kzalloc instead of kmalloc/memset

From: Stefan Haberland
Date: Fri Apr 29 2022 - 08:52:32 EST


Am 19.04.22 um 08:05 schrieb Haowen Bai:
Use kzalloc rather than duplicating its implementation, which
makes code simple and easy to understand.

Signed-off-by: Haowen Bai <baihaowen@xxxxxxxxx>
---
V1->V2: also remove the isglobal assigment above, so the whole else block
could go away

thanks, applied!