trivial: synapticsmst: remove unneeded fixme

The opening flow for enumerate is as expected right now.
This commit is contained in:
Mario Limonciello 2019-03-04 13:26:21 -06:00 committed by Richard Hughes
parent f4c43592fc
commit 640faed956

View File

@ -353,7 +353,6 @@ synapticsmst_device_enumerate_device (SynapticsMSTDevice *device,
g_autoptr(SynapticsMSTConnection) connection = NULL;
g_autoptr(FuDeviceLocker) locker = NULL;
//FIXME?
if (!synapticsmst_device_open (device, error)) {
g_prefix_error (error, "Failed to open device in DP Aux Node %s: ",
synapticsmst_device_get_aux_node (device));