]> git.baikalelectronics.ru Git - kernel.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>
Wed, 7 Nov 2012 20:02:01 +0000 (15:02 -0500)
commit5705ce18029b8904914ff053193bff456c42eeb0
treee4d2580c3a14f079fe2705740142d477bf9ed16d
parentc7564d7b30f4a0dd1282f1cd9c320c4815b2f25e
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