ecore-drm: Remove the FIXME note
authorChris Michael <cp.michael@samsung.com>
Mon, 6 Oct 2014 14:08:19 +0000 (10:08 -0400)
committerChris Michael <cp.michael@samsung.com>
Mon, 6 Oct 2014 14:08:19 +0000 (10:08 -0400)
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>
src/lib/ecore_drm/ecore_drm_tty.c

index c047494..ad6184b 100644 (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)