]> www.infradead.org Git - users/jedix/linux-maple.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)
committerChanwoo Choi <cw00.choi@samsung.com>
Tue, 1 Jun 2021 15:57:42 +0000 (00:57 +0900)
commit71a45906a24ae0cf45ed4bdd975dab99aea9cde3
treefb86225b1eae53e8b7a6a421a239ce7168089105
parent999bcbf0ac0c7ce6e0f917f0edb13da4c2009076
extcon: max8997: Add missing modalias string

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>
drivers/extcon/extcon-max8997.c