Skip to content

Commit ca12bb1

Browse files
krzksuryasaimadhu
authored andcommitted
EDAC, xgene: Drop owner assignment from platform_driver
platform_driver does not need to set an owner because platform_driver_register() will set it. Signed-off-by: Krzysztof Kozlowski <[email protected]> Cc: linux-edac <[email protected]> Cc: Loc Ho <[email protected]> Cc: Mauro Carvalho Chehab <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Borislav Petkov <[email protected]>
1 parent d770e55 commit ca12bb1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/edac/xgene_edac.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,6 @@ static struct platform_driver xgene_edac_driver = {
11681168
.remove = xgene_edac_remove,
11691169
.driver = {
11701170
.name = "xgene-edac",
1171-
.owner = THIS_MODULE,
11721171
.of_match_table = xgene_edac_of_match,
11731172
},
11741173
};

0 commit comments

Comments
 (0)