From: Hans de Goede Date: Tue, 11 Jan 2022 10:07:08 +0000 (+0100) Subject: platform/x86: x86-android-tablets: Correct crystal_cove_charger module name X-Git-Tag: v6.6.17~7913^2~75 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ddec7abd4d93760ad5b2c7c61bf123a7707664ca;p=platform%2Fkernel%2Flinux-rpi.git 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: Hans de Goede Link: https://lore.kernel.org/r/20220111100708.38585-1-hdegoede@redhat.com --- diff --git a/drivers/platform/x86/x86-android-tablets.c b/drivers/platform/x86/x86-android-tablets.c index 3ba63ad..8d6a3ca 100644 --- a/drivers/platform/x86/x86-android-tablets.c +++ b/drivers/platform/x86/x86-android-tablets.c @@ -187,8 +187,8 @@ static struct bq24190_platform_data bq24190_pdata = { }; static const char * const bq24190_modules[] __initconst = { - "crystal_cove_charger", /* For the bq24190 IRQ */ - "bq24190_charger", /* For the Vbus regulator for intel-int3496 */ + "intel_crystal_cove_charger", /* For the bq24190 IRQ */ + "bq24190_charger", /* For the Vbus regulator for intel-int3496 */ NULL };