Commit 9cdc1120 authored by Vaibhav Gupta's avatar Vaibhav Gupta

kernel: spec-core: Don't name the group

If we name the group-attributes, an additional directory will be created
in sysfs. And the goal of making SPEC and SVEC symmetric, will not be
achieved.
Signed-off-by: 's avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
parent 63bdb675
......@@ -644,7 +644,6 @@ static struct attribute *gn412x_fpga_attrs[] = {
};
static const struct attribute_group gn412x_fpga_group = {
.name = "fpga-options",
.attrs = gn412x_fpga_attrs,
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment