This patch fixes the following coccicheck warning: No need to set .owner here. The core will do it. Signed-off-by: Heba Aamer <heba93aamer@xxxxxxxxx> --- drivers/staging/fbtft/flexfb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/fbtft/flexfb.c b/drivers/staging/fbtft/flexfb.c index 45574a0..3f21cd2 100644 --- a/drivers/staging/fbtft/flexfb.c +++ b/drivers/staging/fbtft/flexfb.c @@ -559,7 +559,6 @@ static const struct platform_device_id flexfb_platform_ids[] = { static struct platform_driver flexfb_platform_driver = { .driver = { .name = DRVNAME, - .owner = THIS_MODULE, }, .id_table = flexfb_platform_ids, .probe = flexfb_probe_pdev, -- 1.7.9.5 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel