Re: [PATCH v22 4/4] scsi: ufs: Add HPB 2.0 support

From: Bean Huo
Date: Mon Feb 22 2021 - 06:58:56 EST


On Mon, 2021-02-22 at 18:31 +0900, Daejun Park wrote:
> +}
> +static DEVICE_ATTR_RW(requeue_timeout_ms);
> +
> +static struct attribute *hpb_dev_param_attrs[] = {
> + &dev_attr_requeue_timeout_ms.attr,
> +};

here, you lost a NULL member at the end of attribute struct.

Bean