mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
power: test_power: fix map_ac_online
This commit is contained in:
@@ -188,8 +188,8 @@ struct battery_property_map {
|
||||
};
|
||||
|
||||
static struct battery_property_map map_ac_online[] = {
|
||||
{ 0, "on" },
|
||||
{ 1, "off" },
|
||||
{ 1, "on" },
|
||||
{ 0, "off" },
|
||||
{ -1, NULL },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user