Add missing initial argument.
Coalesce long formats.

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

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to