From: Milton Miller Date: Wed, 11 May 2011 12:25:00 +0000 (+0000) Subject: powerpc/pseries/iommu: Cleanup ddw naming X-Git-Tag: v3.0-rc1~385^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b73a635f348610304eee543d733a6277f67ba178;p=pandora-kernel.git powerpc/pseries/iommu: Cleanup ddw naming When using a property refering to the availibily of dynamic dma windows call it ddw_avail not ddr_avail. dupe_ddw_if_already_created does not dupilcate anything, it only finds and reuses the windows we already created, so rename it to find_existing_ddw. Also, it does not need the pci device node, so remove that argument. Signed-off-by: Milton Miller Signed-off-by: Nishanth Aravamudan Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed