Commit ec18d5c
committed
drivers: hv: fix up const issue with vmbus_chan_bin_attrs
In commit 9bec944 ("sysfs: constify attribute_group::bin_attrs"),
the bin_attributes are now required to be const. Due to merge issues,
the original commit could not modify this structure (it came in through
a different branch.) Fix this up now by setting the variable properly.
Cc: Thomas Weißschuh <[email protected]>
Cc: Naman Jain <[email protected]>
Fixes: 9bec944 ("sysfs: constify attribute_group::bin_attrs")
Signed-off-by: Greg Kroah-Hartman <[email protected]>1 parent f27ae3a commit ec18d5c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1841 | 1841 | | |
1842 | 1842 | | |
1843 | 1843 | | |
1844 | | - | |
| 1844 | + | |
1845 | 1845 | | |
1846 | 1846 | | |
1847 | 1847 | | |
| |||
0 commit comments