mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 15:11:50 +00:00
dmaengine: coh901318: remove owner assignment
debugfs file operations owner is set by core, so remove Signed-off-by: Vinod Koul <vinod.koul@intel.com> Cc: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
bd16934a56
commit
a19346eaec
@ -1365,7 +1365,6 @@ static int coh901318_debugfs_read(struct file *file, char __user *buf,
|
||||
}
|
||||
|
||||
static const struct file_operations coh901318_debugfs_status_operations = {
|
||||
.owner = THIS_MODULE,
|
||||
.open = simple_open,
|
||||
.read = coh901318_debugfs_read,
|
||||
.llseek = default_llseek,
|
||||
|
Loading…
Reference in New Issue
Block a user