mirror of
https://github.com/torvalds/linux.git
synced 2024-11-18 10:01:43 +00:00
e78f96060f
'omap_dma_reserve_channels' when used is suppose to be from command. so, it alreay has value before 1st call of omap_system_dma_probe. and it will never be changed again during running (not from ioctl). but 'dma_lch_count' is zero before 1st call of omap_system_dma_probe. so it will be failed for omap_dma_reserve_channels, when 1st call. so, need use 'd->lch_count' instead of 'dma_lch_count' for judging. Signed-off-by: Chen Gang <gang.chen@asianux.com> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com> |
||
---|---|---|
.. | ||
include/plat | ||
counter_32k.c | ||
debug-leds.c | ||
dma.c | ||
dmtimer.c | ||
i2c.c | ||
Kconfig | ||
mailbox.c | ||
Makefile | ||
sram.c |