extcon: max77693: Fix modalias string
commit43661d9a777126ff6e617c25d7b989007aa370ae
authorMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 8 Dec 2020 13:36:27 +0000 (8 14:36 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Dec 2020 12:45:00 +0000 (29 13:45 +0100)
treebab6af1484f2b1171ed54db66c41d97b5a2b57b1
parent937c57ead3c2a5d45f1a2080dd000a79f7fb8f74
extcon: max77693: Fix modalias string

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