--- zzzz-none-000/linux-4.4.60/include/linux/sysfs.h 2017-04-08 07:53:53.000000000 +0000 +++ maple-7510-730/linux-4.4.60/include/linux/sysfs.h 2021-03-17 14:36:41.000000000 +0000 @@ -512,7 +512,7 @@ } static inline struct kernfs_node *sysfs_get_dirent(struct kernfs_node *parent, - const unsigned char *name) + const char *name) { return kernfs_find_and_get(parent, name); }