--- zzzz-none-000/linux-4.4.60/include/linux/sysfs.h 2017-04-08 07:53:53.000000000 +0000 +++ scorpion-7490-727/linux-4.4.60/include/linux/sysfs.h 2021-02-04 17:41:59.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); }