aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2013-10-02 22:00:11 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2013-10-02 22:00:10 -0700
commit4f82c7cc43a9c6abb7707ca5a0482602cfe7e79f (patch)
tree93ea248ea44a680adc60c69ecf22b7fd35ebbaa6
parentd74f6799f153919bf4f7b926ae1193a5846009e9 (diff)
parentc6da3ea2398f76aaea483fd3f2bacca908589de8 (diff)
Merge "of: batterydata: add a kernel log if battery data is loaded"
-rw-r--r--drivers/of/of_batterydata.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/of/of_batterydata.c b/drivers/of/of_batterydata.c
index b0d40f12148..d215c16b4c2 100644
--- a/drivers/of/of_batterydata.c
+++ b/drivers/of/of_batterydata.c
@@ -307,6 +307,7 @@ int of_batterydata_read_data(struct device_node *batterydata_container_node,
pr_err("No battery data found\n");
return -ENODATA;
}
+ pr_info("%s loaded\n", best_node->name);
return of_batterydata_load_battery_data(best_node,
best_id_kohm, batt_data);