Re: [PATCH v3] staging: unisys: visorbus: Constify attribute_group structures.

From: Arvind Yadav
Date: Tue Jul 18 2017 - 04:10:33 EST


Hi Greg,

On Tuesday 18 July 2017 01:30 PM, Greg KH wrote:
On Tue, Jul 18, 2017 at 01:24:42PM +0530, Arvind Yadav wrote:
attribute_group are not supposed to change at runtime. All functions
working with attribute_group provided by <linux/sysfs.h> work
with const attribute_group. So mark the non-const structs as const.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@xxxxxxxxx>
---
drivers/staging/unisys/visorbus/visorbus_main.c | 4 ++--
drivers/staging/unisys/visorbus/visorchipset.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
What changed from the previous patches? Always include that below the
--- line as maintainers have no short-term memory at all.

v4?
Sorry, I have missed it. :(

thanks,

greg k-h
~arvind