Re: [PATCH 2/4] PCI: exynos: Remove the unnecessary variables

2016-12-24 Thread Krzysztof Kozlowski
On Mon, Dec 19, 2016 at 05:17:38PM +0900, Jaehoon Chung wrote: > Remove the unnecessary variables(elbi/phy/block_base). > It needs one resource structure for assigning each resource. > So it replaces with one 'res' variable. > > Signed-off-by: Jaehoon Chung > --- > drivers/pci/host/pci-exynos.c

[PATCH 2/4] PCI: exynos: Remove the unnecessary variables

2016-12-19 Thread Jaehoon Chung
Remove the unnecessary variables(elbi/phy/block_base). It needs one resource structure for assigning each resource. So it replaces with one 'res' variable. Signed-off-by: Jaehoon Chung --- drivers/pci/host/pci-exynos.c | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-) diff

[PATCH 2/4] PCI: exynos: Remove the unnecessary variables

2016-12-19 Thread Jaehoon Chung
Remove the unnecessary variables(elbi/phy/block_base). It needs one resource structure for assigning each resource. So it replaces with one 'res' variable. Signed-off-by: Jaehoon Chung --- drivers/pci/host/pci-exynos.c | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-) diff