Hi, On 1/11/22 11:07, Hans de Goede wrote: > 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@xxxxxxxxxx> I've added this to my review-hans (eventually to be for-next) branch now. Regards, Hans > --- > drivers/platform/x86/x86-android-tablets.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/platform/x86/x86-android-tablets.c b/drivers/platform/x86/x86-android-tablets.c > index 7dac9edc74bf..a044b1a27055 100644 > --- a/drivers/platform/x86/x86-android-tablets.c > +++ b/drivers/platform/x86/x86-android-tablets.c > @@ -206,8 +206,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 > }; > >