projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4aab039
)
[media] dma-buf: Cocci spatch "ptr_ret.spatch"
author
Thomas Meyer
<thomas@m3y3r.de>
Sat, 1 Jun 2013 08:53:10 +0000
(
05:53
-0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sat, 8 Jun 2013 23:00:29 +0000
(20:00 -0300)
Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/base/dma-buf.c
patch
|
blob
|
history
diff --git
a/drivers/base/dma-buf.c
b/drivers/base/dma-buf.c
index 08fe897c0b4cfcdc4c2eed939870cf46ddf57735..6687ba7418796429c95077de55c0664035b4d7ea 100644
(file)
--- a/
drivers/base/dma-buf.c
+++ b/
drivers/base/dma-buf.c
@@
-680,10
+680,7
@@
int dma_buf_debugfs_create_file(const char *name,
d = debugfs_create_file(name, S_IRUGO, dma_buf_debugfs_dir,
write, &dma_buf_debug_fops);
- if (IS_ERR(d))
- return PTR_ERR(d);
-
- return 0;
+ return PTR_RET(d);
}
#else
static inline int dma_buf_init_debugfs(void)