extcon: max77693: Fix modalias string
authorMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 8 Dec 2020 13:36:27 +0000 (14:36 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Dec 2020 12:47:01 +0000 (13:47 +0100)
commit8e601b501fcab24bf4d5751afb2fb09c622448b9
tree596d6f9255cb21e6104d2eb934ed05224956116c
parent2cb90cf04bc6085cd625d2c78e259fca5f1fe6b2
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