Re: [PATCH 1/3] platform/x86: Add Intel Software Defined Silicon driver

From: Greg KH
Date: Tue Feb 01 2022 - 03:49:16 EST


On Mon, Jan 31, 2022 at 07:04:22PM -0800, David E. Box wrote:
> +static struct bin_attribute bin_attr_provision_akc;
> +static struct bin_attribute bin_attr_provision_cap;

<snip>

> +static BIN_ATTR_WO(provision_akc, SDSI_SIZE_WRITE_MSG);

You the structure twice, why?