diff options
| author | Dave Airlie <[email protected]> | 2019-06-25 02:59:35 +0000 |
|---|---|---|
| committer | Dave Airlie <[email protected]> | 2019-06-25 02:59:43 +0000 |
| 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... (diff) | |
| parent | host1x: debugfs_create_dir() can never return NULL (diff) | |
| download | kernel-dfd03396d7b66f90071aa5e8fdc0f3c4a66471c5.tar.gz kernel-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 <[email protected]>
From: Thierry Reding <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
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; |
