[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <7959493a11e106fa030c0f912cd8b9c3af20a9f8.1291670105.git.joe@perches.com>
Date: Mon, 6 Dec 2010 14:05:05 -0800
From: Joe Perches <joe@...ches.com>
To: Jiri Kosina <trivial@...nel.org>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH 15/29] drivers/video/omap2/dss: Update WARN uses
Add missing initial argument.
Coalesce long formats.
Signed-off-by: Joe Perches <joe@...ches.com>
---
drivers/video/omap2/dss/core.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/drivers/video/omap2/dss/core.c b/drivers/video/omap2/dss/core.c
index 8e89f60..2a98237 100644
--- a/drivers/video/omap2/dss/core.c
+++ b/drivers/video/omap2/dss/core.c
@@ -867,8 +867,7 @@ static void reset_device(struct device *dev, int check)
dev->platform_data = NULL;
while (dev_p < dev_end) {
if (*dev_p) {
- WARN("%s: struct device fields will be "
- "discarded\n",
+ WARN(1, "%s: struct device fields will be discarded\n",
__func__);
break;
}
--
1.7.3.2.245.g03276.dirty
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists