diff mbox

[edid-decode,1/3] Add a missing comma to the list of CEA VICs

Message ID 1380281221-2116-1-git-send-email-thomas.wood@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Thomas Wood Sept. 27, 2013, 11:26 a.m. UTC
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
---
 edid-decode.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Lespiau, Damien Sept. 27, 2013, 12:35 p.m. UTC | #1
On Fri, Sep 27, 2013 at 12:26:59PM +0100, Thomas Wood wrote:
> Signed-off-by: Thomas Wood <thomas.wood@intel.com>

For the series (that fixes 2 embarassing bugs from me and 1 long
standing one that wasn't parsing the last CEA VIC):

Reviewed-by: Damien Lespiau <damien.lespiau@intel.com>
Lespiau, Damien Sept. 27, 2013, 2:06 p.m. UTC | #2
On Fri, Sep 27, 2013 at 12:26:59PM +0100, Thomas Wood wrote:
> Signed-off-by: Thomas Wood <thomas.wood@intel.com>

Thanks for the series, all pushed with the virtual nod from Ajax on
IRC.
diff mbox

Patch

diff --git a/edid-decode.c b/edid-decode.c
index d3e3118..3830e0c 100644
--- a/edid-decode.c
+++ b/edid-decode.c
@@ -649,7 +649,7 @@  static const char *edid_cea_modes[] = {
     "1440x240@60Hz",
     "1440x240@60Hz",
     "2880x480i@60Hz",
-    "2880x480i@60Hz"
+    "2880x480i@60Hz",
     "2880x240@60Hz",
     "2880x240@60Hz",
     "1440x480@60Hz",