[PATCH V4 3/5] irqchip/gicv3-its: Split its_alloc_tables() into two functions

2016-06-05 Thread Shanker Donthineni
The function is getting out of control, it has too many goto statements and would be too complicated for adding a feature two-level device table. So, it is time for us to cleanup and move some of the logic to a separate function without affecting the existing functionality. Signed-off-by: Shanker

[PATCH V4 3/5] irqchip/gicv3-its: Split its_alloc_tables() into two functions

2016-06-05 Thread Shanker Donthineni
The function is getting out of control, it has too many goto statements and would be too complicated for adding a feature two-level device table. So, it is time for us to cleanup and move some of the logic to a separate function without affecting the existing functionality. Signed-off-by: Shanker