]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: sdhci-pci: fix 'Invalid iomem size' error message condition
authorAdrian Hunter <adrian.hunter@intel.com>
Thu, 18 Oct 2012 06:54:31 +0000 (09:54 +0300)
committerChris Ball <cjb@laptop.org>
Mon, 29 Oct 2012 21:13:23 +0000 (17:13 -0400)
commitc51a9cfab19898c8110e593ae1219e81db61bc54
treee3b79a1b3bffbe7809a60627bb097ec5afd465d8
parentfb1cbf08aa77a403575c682c2c37ef8695997c15
mmc: sdhci-pci: fix 'Invalid iomem size' error message condition

The SDHCI standard defines a 256 byte register set but a device
that specifies a larger iomem region is not an error.  Alter the
message condition accordingly.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-pci.c