Re: [U-Boot] [U-boot] [Patch] dma: keystone_nav: remove spurious qm_cfg verification

2014-11-04 Thread Tom Rini
On Tue, Nov 04, 2014 at 01:39:27AM +0200, Ivan Khoronzhuk wrote: The verification qm_cfg existence is done at ksnav_init(). So, there is no need to verify it after initialization. Signed-off-by: Ivan Khoronzhuk ivan.khoronz...@ti.com Reviewed-by: Tom Rini tr...@ti.com -- Tom

[U-Boot] [U-boot] [Patch] dma: keystone_nav: remove spurious qm_cfg verification

2014-11-03 Thread Ivan Khoronzhuk
The verification qm_cfg existence is done at ksnav_init(). So, there is no need to verify it after initialization. Signed-off-by: Ivan Khoronzhuk ivan.khoronz...@ti.com --- drivers/dma/keystone_nav.c | 12 1 file changed, 12 deletions(-) diff --git a/drivers/dma/keystone_nav.c