projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23a3966
)
dmaengine: pxa_dma: remove owner assignment
author
Vinod Koul
<vinod.koul@intel.com>
Tue, 5 Jul 2016 10:03:44 +0000
(15:33 +0530)
committer
Vinod Koul
<vinod.koul@intel.com>
Sat, 23 Jul 2016 10:37:26 +0000
(16:07 +0530)
debugfs file operations owner is set by core, so remove
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
drivers/dma/pxa_dma.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/dma/pxa_dma.c
b/drivers/dma/pxa_dma.c
index e756a30ccba2c9b46ea24b036a369b7aa0b07b8d..1966c526fdbcb65cf681deb900a6e5668d58d625 100644
(file)
--- a/
drivers/dma/pxa_dma.c
+++ b/
drivers/dma/pxa_dma.c
@@
-318,7
+318,6
@@
static int dbg_open_##name(struct inode *inode, struct file *file) \
return single_open(file, dbg_show_##name, inode->i_private); \
} \
static const struct file_operations dbg_fops_##name = { \
- .owner = THIS_MODULE, \
.open = dbg_open_##name, \
.llseek = seq_lseek, \
.read = seq_read, \