[PATCH 23/39] drivers/video/omap2/dss: Update WARN uses

From: Joe Perches
Date: Sat Oct 30 2010 - 17:13:17 EST


Add missing initial argument.
Coalesce long formats.

Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>
---
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.1.g432b3.dirty

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/