diff options
author | Hans de Goede <hdegoede@redhat.com> | 2022-01-11 13:07:08 +0300 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2022-01-24 12:41:43 +0300 |
commit | ddec7abd4d93760ad5b2c7c61bf123a7707664ca (patch) | |
tree | dc30e755688323fc3b48d6cd64308decb2645c40 | |
parent | e783362eb54cd99b2cac8b3a9aeac942e6f6ac07 (diff) | |
download | linux-ddec7abd4d93760ad5b2c7c61bf123a7707664ca.tar.xz |
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 <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20220111100708.38585-1-hdegoede@redhat.com
-rw-r--r-- | drivers/platform/x86/x86-android-tablets.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/platform/x86/x86-android-tablets.c b/drivers/platform/x86/x86-android-tablets.c index 3ba63ad91b28..8d6a3cad260b 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 }; |