diff options
| -rw-r--r-- | drivers/gpu/host1x/debug.c | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/host1x/debug.c b/drivers/gpu/host1x/debug.c index 329e4a3d8ae7..6c5ee3e39dc6 100644 --- a/drivers/gpu/host1x/debug.c +++ b/drivers/gpu/host1x/debug.c @@ -171,9 +171,6 @@ static void host1x_debugfs_init(struct host1x *host1x)  {  	struct dentry *de = debugfs_create_dir("tegra-host1x", NULL); -	if (!de) -		return; -  	/* Store the created entry */  	host1x->debugfs = de;  | 

