[PATCH v6 22/53] PCI: Add debug printout during releasing partial assigned resources

2015-09-30 Thread Yinghai Lu
We try to assign required+optional at first, and we only accept the result if all resources get allocated. Otherwise will release assigned in the list, and try to assign required and expand to optional. We have to do that to make sure any required has priority over any optional. When that

[PATCH v6 22/53] PCI: Add debug printout during releasing partial assigned resources

2015-09-30 Thread Yinghai Lu
We try to assign required+optional at first, and we only accept the result if all resources get allocated. Otherwise will release assigned in the list, and try to assign required and expand to optional. We have to do that to make sure any required has priority over any optional. When that