Merge branch '3.2-without-smb2' of git://git.samba.org/sfrench/cifs-2.6
[pandora-kernel.git] / drivers / gpu / drm / drm_debugfs.c
index 9d2668a..b9dc262 100644 (file)
@@ -107,11 +107,8 @@ int drm_debugfs_create_files(struct drm_info_list *files, int count,
                ent = debugfs_create_file(files[i].name, S_IFREG | S_IRUGO,
                                          root, tmp, &drm_debugfs_fops);
                if (!ent) {
-                       char name[64];
-                       strncpy(name, root->d_name.name,
-                                               min(root->d_name.len, 64U));
                        DRM_ERROR("Cannot create /sys/kernel/debug/dri/%s/%s\n",
-                                 name, files[i].name);
+                                 root->d_name.name, files[i].name);
                        kfree(tmp);
                        ret = -1;
                        goto fail;