drivers/power/charger-manager.c: In function ‘_cm_monitor’: drivers/power/charger-manager.c:598:23: warning: unused variable ‘desc’ [-Wunused-variable] Signed-off-by: Chanwoo Choi <cw00.choi@xxxxxxxxxxx> Signed-off-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> Signed-off-by: Myungjoo Ham <myungjoo.ham@xxxxxxxxxxx> --- drivers/power/charger-manager.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/power/charger-manager.c b/drivers/power/charger-manager.c index 02a395c..02b4d76 100644 --- a/drivers/power/charger-manager.c +++ b/drivers/power/charger-manager.c @@ -595,7 +595,6 @@ static int read_battery_temperature(struct charger_manager *cm, */ static bool _cm_monitor(struct charger_manager *cm) { - struct charger_desc *desc = cm->desc; int temp = read_battery_temperature(cm, &cm->last_temp_mC); dev_dbg(cm->dev, "monitoring (%2.2d.%3.3dC)\n", -- 1.8.0 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html