diff options
Diffstat (limited to 'src/lib/edid.c')
-rw-r--r-- | src/lib/edid.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/edid.c b/src/lib/edid.c index 06b9ceefc1..c294a3f055 100644 --- a/src/lib/edid.c +++ b/src/lib/edid.c @@ -1389,7 +1389,6 @@ int decode_edid(unsigned char *edid, int size, struct edid *out) out->mode_is_supported[j] = 1; } } - } printk(BIOS_SPEW, "Standard timings supported:\n"); |