* [PATCH] media: v4l2-image-sizes.h: correct the SVGA height definition
@ 2014-11-27 3:15 Josh Wu
0 siblings, 0 replies; only message in thread
From: Josh Wu @ 2014-11-27 3:15 UTC (permalink / raw)
To: linux-arm-kernel
SVGA height should be 600 not 680.
Reported-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Josh Wu <josh.wu@atmel.com>
---
Hi, Mauro
There a typo in my previous patch, so this patch is the fix for that.
Sorry for the incovenience.
Best Regards,
Josh Wu
include/media/v4l2-image-sizes.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/media/v4l2-image-sizes.h b/include/media/v4l2-image-sizes.h
index c70c917..a07d7a6 100644
--- a/include/media/v4l2-image-sizes.h
+++ b/include/media/v4l2-image-sizes.h
@@ -26,7 +26,7 @@
#define QVGA_HEIGHT 240
#define SVGA_WIDTH 800
-#define SVGA_HEIGHT 680
+#define SVGA_HEIGHT 600
#define SXGA_WIDTH 1280
#define SXGA_HEIGHT 1024
--
1.9.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-11-27 3:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-27 3:15 [PATCH] media: v4l2-image-sizes.h: correct the SVGA height definition Josh Wu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).