Skip to content
Snippets Groups Projects
Commit eb7cf945 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman Committed by Thierry Reding
Browse files

host1x: debugfs_create_dir() can never return NULL


So there is no need to check for a value that can never happen.  No need
to check the return value all anyway, as any debugfs call can take the
result of this function as an option just fine.

Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: dri-devel@lists.freedesktop.org
Cc: linux-tegra@vger.kernel.org
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent f3b0d879
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment