diff options
| author | 2019-06-25 12:59:35 +1000 | |
|---|---|---|
| committer | 2019-06-25 12:59:43 +1000 | |
| commit | dfd03396d7b66f90071aa5e8fdc0f3c4a66471c5 (patch) | |
| tree | 0988d127866346fdeb1f63f9cb87266edca3fe05 /drivers/gpu/host1x/debug.c | |
| parent | Merge commit 'refs/for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-next (diff) | |
| parent | host1x: debugfs_create_dir() can never return NULL (diff) | |
| download | wireguard-linux-dfd03396d7b66f90071aa5e8fdc0f3c4a66471c5.tar.xz wireguard-linux-dfd03396d7b66f90071aa5e8fdc0f3c4a66471c5.zip | |
Merge tag 'drm/tegra/for-5.3-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next
drm/tegra: Changes for v5.3-rc1
This contains a couple of small improvements and cleanups for the Tegra
DRM driver.
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Thierry Reding <thierry.reding@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190621150753.19550-1-thierry.reding@gmail.com
Diffstat (limited to 'drivers/gpu/host1x/debug.c')
| -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 070b30f72947..c0392672a842 100644 --- a/drivers/gpu/host1x/debug.c +++ b/drivers/gpu/host1x/debug.c @@ -162,9 +162,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; |
