Revert "dm: workaroud for DM crash when doing fastboot reboot"

Remove the workaround and will submit the fixing patch.

Tracked-On: #1277
Signed-off-by: Yin Fengwei <fengwei.yin@intel.com>
Acked-by: Yu Wang <yu1.wang@intel.com>
This commit is contained in:
Yin Fengwei 2018-09-27 13:35:39 +08:00 committed by wenlingz
parent b115546b45
commit be0cde7dec

View File

@ -493,11 +493,7 @@ modify_bar_registration(struct pci_vdev *dev, int idx, int registration)
error = EINVAL;
break;
}
/* FIXME: workaround for unregister_mem for fastboot. */
if (error != 0) {
printf("modify_bar_registration failed with %d", error);
}
assert(error == 0);
}
static void