From: Florian Fainelli Date: Sat, 15 May 2010 20:58:27 +0000 (+0200) Subject: mfd: Change rdc321x resources flags to IORESOURCE_IO X-Git-Tag: v2.6.35-rc1~7^2~5 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8deca39e5caf7a20fc3786548dc9bfb7f0ae14b6;p=pandora-kernel.git mfd: Change rdc321x resources flags to IORESOURCE_IO The rdc321x southbridge PCI device has no MEM PCI resources that we could pass to mfd_add_devices. Since 33254dd5, mfd_add_device checks for the mem_base argument that we set to NULL. Changing the resources passed to our MFD cells from IORESOURCE_MEM to IORESOURCE_IO fixes that. Since we use those resources as offsets to the PCI configuration space base address of the southbridge device this is also more adequate. Signed-off-by: Florian Fainelli Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed