|
@@ -805,6 +805,7 @@ struct ion_client *ion_client_create(struct ion_device *dev,
|
|
client, &debug_client_fops);
|
|
client, &debug_client_fops);
|
|
if (!client->debug_root) {
|
|
if (!client->debug_root) {
|
|
char buf[256], *path;
|
|
char buf[256], *path;
|
|
|
|
+
|
|
path = dentry_path(dev->clients_debug_root, buf, 256);
|
|
path = dentry_path(dev->clients_debug_root, buf, 256);
|
|
pr_err("Failed to create client debugfs at %s/%s\n",
|
|
pr_err("Failed to create client debugfs at %s/%s\n",
|
|
path, client->display_name);
|
|
path, client->display_name);
|