ecore-drm: Remove the FIXME note

Summary: Apparently, it's better if we just let this fail rather than
trying to be proactive for the API user.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-10-06 10:08:19 -04:00
parent cfea1e9322
commit 61a6f5b8ae
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ ecore_drm_tty_open(Ecore_Drm_Device *dev, const char *name)
else
dev->tty.fd = dup(STDIN_FILENO);
}
else // FIXME: NB: This should Really check for format of name (/dev/xyz)
else
snprintf(tty, sizeof(tty), "%s", name);
if (dev->tty.fd < 0)