From 61a336659decd5b8ba580d827bc824a4b3d18b78 Mon Sep 17 00:00:00 2001 From: Aly Hirani Date: Thu, 11 Sep 2014 16:21:39 -0700 Subject: tegra: Add a new line at the end of therm_fan_est This gets printed everytime we change the fan speed. Add the missing new line to the print Change-Id: I3ad0a0dca7144a33e78388bd019050c1abf6f34f Signed-off-by: Aly Hirani Reviewed-on: http://git-master/r/498043 --- drivers/misc/therm_fan_est.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/misc') diff --git a/drivers/misc/therm_fan_est.c b/drivers/misc/therm_fan_est.c index 73c082ee0..7f8785b7e 100644 --- a/drivers/misc/therm_fan_est.c +++ b/drivers/misc/therm_fan_est.c @@ -108,7 +108,7 @@ static void therm_fan_est_work_func(struct work_struct *work) if (!((trip_index - 1) % 2) || (!est->current_trip_index) || ((trip_index - est->current_trip_index) >= 2) || ((trip_index - est->current_trip_index) <= -2)) { - pr_info("%s, cur_temp:%ld, cur_trip_index:%d", + pr_info("%s, cur_temp:%ld, cur_trip_index:%d\n", __func__, est->cur_temp, est->current_trip_index); thermal_zone_device_update(est->thz); } -- cgit v1.2.2