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

Commit 376ab15f authored by Vinod Koul's avatar Vinod Koul
Browse files

dmaengine: pxa_dma: remove owner assignment



debugfs file operations owner is set by core, so remove

Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
Acked-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
parent 23a39661
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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, \