]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
extcon: max8997: Add missing modalias string
authorMarek Szyprowski <m.szyprowski@samsung.com>
Fri, 23 Apr 2021 20:46:24 +0000 (22:46 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Jul 2021 15:00:24 +0000 (17:00 +0200)
commit477e9c378958bd8d8c20d74615921f89acb963fb
treec462106b2e91bcfd825f9d9c0906529774c7e240
parent78af4fb85bfd16ab4e5cd13fb0c7640ab8d80280
extcon: max8997: Add missing modalias string

[ Upstream commit dc11fc2991e9efbceef93912b83e333d2835fb19 ]

The platform device driver name is "max8997-muic", so advertise it
properly in the modalias string. This fixes automated module loading when
this driver is compiled as a module.

Fixes: b76668ba8a77 ("Extcon: add MAX8997 extcon driver")
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/extcon/extcon-max8997.c