Skip to content

Commit 3439412

Browse files
krzkkuba-moo
authored andcommitted
net: wwan: mhi: drop driver owner assignment
Core in mhi_driver_register() already sets the .owner, so driver does not need to. Signed-off-by: Krzysztof Kozlowski <[email protected]> Acked-by: Sergey Ryazanov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 648bb2b commit 3439412

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/net/wwan/mhi_wwan_mbim.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,6 @@ static struct mhi_driver mhi_mbim_driver = {
648648
.id_table = mhi_mbim_id_table,
649649
.driver = {
650650
.name = "mhi_wwan_mbim",
651-
.owner = THIS_MODULE,
652651
},
653652
};
654653

0 commit comments

Comments
 (0)