Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The function pointer type of myvariable_store was incompatible with the store member of struct kobj_attribute, leading to a compilation error when the type conversion (void *) was omitted. This patch corrects the function declaration and eliminates the need for type conversion.
- Loading branch information