Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a19346ea authored by Vinod Koul's avatar Vinod Koul
Browse files

dmaengine: coh901318: remove owner assignment



debugfs file operations owner is set by core, so remove

Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
parent bd16934a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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,