power: test_power: fix map_ac_online

This commit is contained in:
黄涛
2012-09-26 14:39:36 +08:00
parent 45dd8ad03d
commit bda24bec17

View File

@@ -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 },
};