Re: [PATCH] s390/dasd: Use IS_ERR_OR_NULL() to simplify code

From: Stefan Haberland
Date: Fri Aug 15 2025 - 10:14:33 EST



Am 14.08.25 um 15:12 schrieb Liao Yuanhong:
> Use IS_ERR_OR_NULL() instead of the original !xxx || IS_ERR(xxx) logic.
> This will simplify the code and enhance readability.
>
> Signed-off-by: Liao Yuanhong <liaoyuanhong@xxxxxxxx>
> ---

The exact same patch was already submitted by Yang Xiuwei <yangxiuwei@xxxxxxxxxx> before.