mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 23:14:37 +00:00
vli: Remove useless debugging line
We know the flash_id as it's one of the InstanceIDs.
This commit is contained in:
parent
69f7a8c459
commit
538fa633e8
@ -539,7 +539,6 @@ fu_vli_device_setup (FuDevice *device, GError **error)
|
|||||||
g_autofree gchar *devid1 = NULL;
|
g_autofree gchar *devid1 = NULL;
|
||||||
g_autofree gchar *devid2 = NULL;
|
g_autofree gchar *devid2 = NULL;
|
||||||
g_autofree gchar *flash_id = fu_vli_device_get_flash_id_str (self);
|
g_autofree gchar *flash_id = fu_vli_device_get_flash_id_str (self);
|
||||||
g_debug ("using flash part %s", flash_id);
|
|
||||||
|
|
||||||
/* load the SPI parameters from quirks */
|
/* load the SPI parameters from quirks */
|
||||||
spi_id = g_strdup_printf ("VLI_USBHUB\\SPI_%s", flash_id);
|
spi_id = g_strdup_printf ("VLI_USBHUB\\SPI_%s", flash_id);
|
||||||
|
Loading…
Reference in New Issue
Block a user