]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
extcon: max77693: Fix modalias string
authorMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 8 Dec 2020 13:36:27 +0000 (14:36 +0100)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Wed, 20 Jan 2021 13:26:06 +0000 (14:26 +0100)
commitbe8434a5a74914ceec0c6259d5d840dcec86c97f
treeb8b7b93dc4b215a6e705fa463044d204df71df74
parent3ea13181ab80e1c75a77a6911c088ca9d39e5d7c
extcon: max77693: Fix modalias string

BugLink: https://bugs.launchpad.net/bugs/1910822
[ Upstream commit e1efdb604f5c9903a5d92ef42244009d3c04880f ]

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

Fixes: db1b9037424b ("extcon: MAX77693: Add extcon-max77693 driver to support Maxim MAX77693 MUIC device")
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: Kelsey Skunberg <kelsey.skunberg@canonical.com>
drivers/extcon/extcon-max77693.c