]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/sysfs.h
Merge tag 'docs-4.13' of git://git.lwn.net/linux
[karo-tx-linux.git] / include / linux / sysfs.h
index c6f0f0d0e17e07609a8f6ae493bd71bdef093676..aa02c328dff5cf3c3be31a7ae0675f8887845a5d 100644 (file)
@@ -512,7 +512,7 @@ static inline void sysfs_notify_dirent(struct kernfs_node *kn)
 }
 
 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);
 }