git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fad8f6
)
drm/tegra: debugfs cleanup cannot fail
author
Thierry Reding
<treding@nvidia.com>
Fri, 19 Dec 2014 14:47:30 +0000
(15:47 +0100)
committer
Thierry Reding
<treding@nvidia.com>
Tue, 27 Jan 2015 09:14:48 +0000
(10:14 +0100)
The debugfs cleanup code never fails, so no error is returned. Therefore
the functions can all return void instead.
Signed-off-by: Thierry Reding <treding@nvidia.com>
No differences found