projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e783362
)
platform/x86: x86-android-tablets: Correct crystal_cove_charger module name
author
Hans de Goede
<hdegoede@redhat.com>
Tue, 11 Jan 2022 10:07:08 +0000
(11:07 +0100)
committer
Hans de Goede
<hdegoede@redhat.com>
Mon, 24 Jan 2022 09:41:43 +0000
(10:41 +0100)
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
drivers/platform/x86/x86-android-tablets.c
patch
|
blob
|
history
diff --git
a/drivers/platform/x86/x86-android-tablets.c
b/drivers/platform/x86/x86-android-tablets.c
index 3ba63ad91b28b4bc1ce4ce989a4bfe9192757075..8d6a3cad260bd75066387cfed86e02ad93f4b818 100644
(file)
--- 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
};