On Tue, 18 Aug 2020 17:28:15 -0700 Jacob Keller wrote: > struct devlink_ops { > + /** > + * @supported_flash_update_params: > + * mask of parameters supported by the driver's .flash_update > + * implemementation. > + */ > + u32 supported_flash_update_params;
To be sure - this doesn't generate W=1 warnings? Sadly the posting confused patchwork series grouping and my build tester (I think it's the iproute patches mixed with the kernel stuff).