Commit 886654d7 authored by Kishore KP's avatar Kishore KP Committed by Greg Kroah-Hartman
Browse files

staging: vc04_services: Fix platform_no_drv_owner.cocci warnings.



Removed .owner field initialization, platform core does it automatically.
Pointed out by Coccinelle.

Signed-off-by: default avatarKishore KP <kishore.p@techveda.org>
Signed-off-by: default avatarSuniel Mahesh <sunil.m@techveda.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8f3614c5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -443,7 +443,6 @@ static struct platform_driver bcm2835_alsa0_driver = {
#endif
	.driver = {
		.name = "bcm2835_audio",
		.owner = THIS_MODULE,
		.of_match_table = snd_bcm2835_of_match_table,
	},
};