[PATCH v8 34/61] PCI: Add debug printout during releasing partial assigned resources

2015-10-27 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 v8 34/61] PCI: Add debug printout during releasing partial assigned resources

2015-10-27 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