arm: dma-mapping: Fix mapping size value
authorRitesh Harjani <[email protected]>
Mon, 21 Apr 2014 06:47:27 +0000 (12:17 +0530)
committerMarek Szyprowski <[email protected]>
Wed, 23 Apr 2014 13:07:00 +0000 (15:07 +0200)
commit59f0f119e85cfb173db518328b55efbac4087c9f
treece1fd9cb76f71d311b5aae727aa9045d636f0a9e
parenta798c10faf62a505d24e5f6213fbaf904a39623f
arm: dma-mapping: Fix mapping size value

68efd7d2fb("arm: dma-mapping: remove order parameter from
arm_iommu_create_mapping()") is causing kernel panic
because it wrongly sets the value of mapping->size:

Unable to handle kernel NULL pointer dereference at virtual
address 000000a0
pgd = e7a84000
[000000a0] *pgd=00000000
...
PC is at bitmap_clear+0x48/0xd0
LR is at __iommu_remove_mapping+0x130/0x164

Fix it by correcting mapping->size value.

Signed-off-by: Ritesh Harjani <[email protected]>
Acked-by: Laurent Pinchart <[email protected]>
Signed-off-by: Marek Szyprowski <[email protected]>
arch/arm/mm/dma-mapping.c