From: Peter Hurley Date: Wed, 21 Nov 2012 16:30:50 +0000 (+0100) Subject: mfd: lpc_ich: Fix resource request for [mem 0x00000000] X-Git-Tag: v3.8-rc1~85^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e294bc91760e11d2f1ebbac1d0a979069edf7adb;p=pandora-kernel.git mfd: lpc_ich: Fix resource request for [mem 0x00000000] The older southbridges supported by the lpc_ich driver do not provide memory-mapped space of the root complex. The driver correctly avoids computing the iomem address in this case, yet submits a zeroed resource request anyway (via mfd_add_devices()). Remove the iomem resource from the resource array submitted to the mfd core for the older southbridges. Acked-by: Aaron Sierra Cc: Peter Tyser Signed-off-by: Peter Hurley Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed