]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM: pxa: fix the number of DMA requestor lines
authorRobert Jarzmik <robert.jarzmik@free.fr>
Tue, 8 Mar 2016 23:46:11 +0000 (00:46 +0100)
committerRobert Jarzmik <robert.jarzmik@free.fr>
Tue, 29 Mar 2016 18:59:18 +0000 (20:59 +0200)
commit4c35430ad18f5a034302cb90e559ede5a27f93b9
tree64072b301c6f7e4f009346f4a8af97666e0bc9db
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca
ARM: pxa: fix the number of DMA requestor lines

The number of requestor lines was clamped to 0 for all pxa architectures
in the requestor declaration. Fix this by using the value.

Fixes: 72b195cb7162 ("ARM: pxa: add the number of DMA requestor lines")
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
arch/arm/mach-pxa/devices.c