Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

extcon: max77693: Fix modalias string

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>

authored by

Marek Szyprowski and committed by
Chanwoo Choi
e1efdb60 f58f26ab

+1 -1
+1 -1
drivers/extcon/extcon-max77693.c
··· 1277 1277 MODULE_DESCRIPTION("Maxim MAX77693 Extcon driver"); 1278 1278 MODULE_AUTHOR("Chanwoo Choi <cw00.choi@samsung.com>"); 1279 1279 MODULE_LICENSE("GPL"); 1280 - MODULE_ALIAS("platform:extcon-max77693"); 1280 + MODULE_ALIAS("platform:max77693-muic");