Commit ddec7abd authored by Hans de Goede's avatar Hans de Goede
Browse files

platform/x86: x86-android-tablets: Correct crystal_cove_charger module name



The module was renamed to intel_crystal_cove_charger before it was
merged, updated bq24190_modules to match.

Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20220111100708.38585-1-hdegoede@redhat.com
parent e783362e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -187,7 +187,7 @@ static struct bq24190_platform_data bq24190_pdata = {
};

static const char * const bq24190_modules[] __initconst = {
	"crystal_cove_charger", /* For the bq24190 IRQ */
	"intel_crystal_cove_charger", /* For the bq24190 IRQ */
	"bq24190_charger",            /* For the Vbus regulator for intel-int3496 */
	NULL
};