]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.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)
committerStefan Bader <stefan.bader@canonical.com>
Fri, 13 Aug 2021 07:31:31 +0000 (09:31 +0200)
commit3d560fa8ed1aef9f73d0b125333eacdd1d55f579
tree8f1daf854329c709323b31f75de7297787e352d1
parentcf8bbad15425f8ff2f5879be33ff3c832bb8fc86
extcon: max8997: Add missing modalias string

BugLink: https://bugs.launchpad.net/bugs/1938340
[ 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>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
drivers/extcon/extcon-max8997.c