From d001b9c9518f18135486ddef74422d231a352a62 Mon Sep 17 00:00:00 2001 From: Dima Zavin Date: Wed, 8 Dec 2010 16:24:31 -0800 Subject: [PATCH] ARM: tegra: stingray: add newlines to gps log msgs Change-Id: I45348ae5f1046427b2458fd60dfbfc195db3fe45 Signed-off-by: Dima Zavin --- arch/arm/mach-tegra/board-stingray-gps.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-tegra/board-stingray-gps.c b/arch/arm/mach-tegra/board-stingray-gps.c index 80c8811638db..597bf92069fb 100755 --- a/arch/arm/mach-tegra/board-stingray-gps.c +++ b/arch/arm/mach-tegra/board-stingray-gps.c @@ -29,13 +29,13 @@ static void stingray_gps_reset_gpio(unsigned int gpio_val) { - pr_info("%s: setting GPS Reset GPIO to %d", __func__, gpio_val); + pr_info("%s: setting GPS Reset GPIO to %d\n", __func__, gpio_val); gpio_set_value(STINGRAY_GPS_RESET, gpio_val); } static void stingray_gps_standby_gpio(unsigned int gpio_val) { - pr_info("%s: setting GPS standby GPIO to %d", __func__, gpio_val); + pr_info("%s: setting GPS standby GPIO to %d\n", __func__, gpio_val); gpio_set_value(STINGRAY_GPS_STANDBY, gpio_val); } -- 2.34.1