fx2lafw: Compile fix.

This commit is contained in:
Uwe Hermann 2012-02-27 23:26:05 +01:00
parent 5da939028d
commit be4b99e897
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ static int hw_init(const char *deviceinfo)
ctx = fx2lafw_device_new(); ctx = fx2lafw_device_new();
ctx->profile = fx2lafw_prof; ctx->profile = fx2lafw_prof;
sdi->priv = ctx; sdi->priv = ctx;
device_instances = g_slist_append(dev_insts, sdi); dev_insts = g_slist_append(dev_insts, sdi);
if (check_conf_profile(devlist[i])) { if (check_conf_profile(devlist[i])) {
/* Already has the firmware, so fix the new address. */ /* Already has the firmware, so fix the new address. */