Re: [PATCH 2/2] qlcnic: add const to bin_attribute structure

From: David Miller
Date: Thu Aug 03 2017 - 12:29:16 EST


From: Bhumika Goyal <bhumirks@xxxxxxxxx>
Date: Wed, 2 Aug 2017 23:27:14 +0530

> Add const to bin_attribute structure as it is only passed to the
> functions sysfs_{remove/create}_bin_file. The corresponding
> arguments are of type const, so declare the structure to be const.
>
> Signed-off-by: Bhumika Goyal <bhumirks@xxxxxxxxx>

Applied.