Skip to content

Commit

Permalink
platform/x86: x86-android-tablets: Correct crystal_cove_charger modul…
Browse files Browse the repository at this point in the history
…e 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
  • Loading branch information
Hans de Goede committed Jan 24, 2022
1 parent e783362 commit ddec7ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/platform/x86/x86-android-tablets.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

Expand Down

0 comments on commit ddec7ab

Please sign in to comment.