mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 21:41:25 +00:00
xfree86: ddc: simplify xf86InterpretEDID()
It's doing nothing but calling xf86InterpretEDID(). Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
847788ba72
commit
25290ac9ee
@@ -450,15 +450,7 @@ struct cea_data_block *xf86MonitorFindHDMIBlock(xf86MonPtr mon)
|
||||
xf86MonPtr
|
||||
xf86InterpretEEDID(int scrnIndex, uint8_t * block)
|
||||
{
|
||||
xf86MonPtr m;
|
||||
|
||||
m = xf86InterpretEDID(scrnIndex, block);
|
||||
if (!m)
|
||||
return NULL;
|
||||
|
||||
/* extension parse */
|
||||
|
||||
return m;
|
||||
return xf86InterpretEDID(scrnIndex, block);
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user