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

Commit 6a2bada4 authored by Heba Aamer's avatar Heba Aamer Committed by Greg Kroah-Hartman
Browse files

staging: fbtft: remove redundant .owner



This patch fixes the following coccicheck warning:
No need to set .owner here. The core will do it.

Signed-off-by: default avatarHeba Aamer <heba93aamer@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b5480f7e
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -559,7 +559,6 @@ static const struct platform_device_id flexfb_platform_ids[] = {
static struct platform_driver flexfb_platform_driver = {
static struct platform_driver flexfb_platform_driver = {
	.driver = {
	.driver = {
		.name   = DRVNAME,
		.name   = DRVNAME,
		.owner  = THIS_MODULE,
	},
	},
	.id_table = flexfb_platform_ids,
	.id_table = flexfb_platform_ids,
	.probe  = flexfb_probe_pdev,
	.probe  = flexfb_probe_pdev,