[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20100224142759.ad4f53ce.randy.dunlap@oracle.com>
Date: Wed, 24 Feb 2010 14:27:59 -0800
From: Randy Dunlap <randy.dunlap@...cle.com>
To: lkml <linux-kernel@...r.kernel.org>
Cc: David Airlie <airlied@...ux.ie>
Subject: [PATCH] drm: fix char constant (sparse warning)
From: Randy Dunlap <randy.dunlap@...cle.com>
Fix radeon/atombios.h sparse warning (24 times):
drivers/gpu/drm/radeon/atombios.h:4091:63: error: Bad character constant
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
Cc: David Airlie <airlied@...ux.ie>
---
drivers/gpu/drm/radeon/atombios.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.33-rc8.orig/drivers/gpu/drm/radeon/atombios.h
+++ linux-2.6.33-rc8/drivers/gpu/drm/radeon/atombios.h
@@ -4088,7 +4088,7 @@ typedef struct _SW_I2C_IO_DATA_PARAMETER
#define SW_I2C_CNTL_WRITE1BIT 6
/* ==============================VESA definition Portion=============================== */
-#define VESA_OEM_PRODUCT_REV '01.00'
+#define VESA_OEM_PRODUCT_REV "01.00"
#define VESA_MODE_ATTRIBUTE_MODE_SUPPORT 0xBB /* refer to VBE spec p.32, no TTY support */
#define VESA_MODE_WIN_ATTRIBUTE 7
#define VESA_WIN_SIZE 64
--
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