Thread (3 messages) 3 messages, 3 authors, 2014-04-28

Re: [PATCH] video/backlight: Fix string type mismatch in s6e63m0.c

From: Bryan Wu <hidden>
Date: 2014-04-24 16:36:36
Also in: lkml

On Thu, Apr 24, 2014 at 8:47 AM, Masanari Iida [off-list ref] wrote:
Fix string type mismatch in s6e63m0_sysfs_show_gamma_table().
gamma_table_count is defined as unsigned int.
Looks good to me,
Acked-by: Bryan Wu <redacted>
quoted hunk ↗ jump to hunk
Signed-off-by: Masanari Iida <redacted>
---
 drivers/video/backlight/s6e63m0.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/video/backlight/s6e63m0.c b/drivers/video/backlight/s6e63m0.c
index 510a1bc..2d6d481 100644
--- a/drivers/video/backlight/s6e63m0.c
+++ b/drivers/video/backlight/s6e63m0.c
@@ -703,7 +703,7 @@ static ssize_t s6e63m0_sysfs_show_gamma_table(struct device *dev,
        struct s6e63m0 *lcd = dev_get_drvdata(dev);
        char temp[3];

-       sprintf(temp, "%d\n", lcd->gamma_table_count);
+       sprintf(temp, "%u\n", lcd->gamma_table_count);
        strcpy(buf, temp);

        return strlen(buf);
--
2.0.0.rc0.26.g779792a
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help