]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - recipes-kernel/linux/linux-omap-2.6.39/sakoman/0030-omap-Change-omap_device-activate-latency-messages-fr.patch
67112a31abbba8d3f410b2eff5977a3c2484c725
[glsdk/meta-ti-glsdk.git] / recipes-kernel / linux / linux-omap-2.6.39 / sakoman / 0030-omap-Change-omap_device-activate-latency-messages-fr.patch
1 From 9f9d70c4d1caf249ab36c656c5e89db91d7c981b Mon Sep 17 00:00:00 2001
2 From: Steve Sakoman <steve@sakoman.com>
3 Date: Mon, 23 May 2011 12:16:50 -0700
4 Subject: [PATCH 30/30] omap: Change omap_device activate latency messages from pr_warning to pr_debug
6 Messages can be safely ignored, so reduce console noise
8 Signed-off-by: Steve Sakoman <steve@sakoman.com>
9 ---
10  arch/arm/plat-omap/omap_device.c |    4 ++--
11  1 files changed, 2 insertions(+), 2 deletions(-)
13 diff --git a/arch/arm/plat-omap/omap_device.c b/arch/arm/plat-omap/omap_device.c
14 index 9bbda9a..ca8a479 100644
15 --- a/arch/arm/plat-omap/omap_device.c
16 +++ b/arch/arm/plat-omap/omap_device.c
17 @@ -145,12 +145,12 @@ static int _omap_device_activate(struct omap_device *od, u8 ignore_lat)
18                         odpl->activate_lat_worst = act_lat;
19                         if (odpl->flags & OMAP_DEVICE_LATENCY_AUTO_ADJUST) {
20                                 odpl->activate_lat = act_lat;
21 -                               pr_warning("omap_device: %s.%d: new worst case "
22 +                               pr_debug("omap_device: %s.%d: new worst case "
23                                            "activate latency %d: %llu\n",
24                                            od->pdev.name, od->pdev.id,
25                                            od->pm_lat_level, act_lat);
26                         } else
27 -                               pr_warning("omap_device: %s.%d: activate "
28 +                               pr_debug("omap_device: %s.%d: activate "
29                                            "latency %d higher than exptected. "
30                                            "(%llu > %d)\n",
31                                            od->pdev.name, od->pdev.id,
32 -- 
33 1.6.6.1