mmc: sdhci-acpi: Remove not so useful error message
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 1 Nov 2024 10:11:33 +0000 (12:11 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 18 Dec 2024 14:42:35 +0000 (15:42 +0100)
commit88e3008424d3882af1d8e56a43373bb1f2d14714
tree490de716e230ba81ea45c19d0f1b210b61fdb0d9
parentdf425814019f46c2e34567560d15d8f510683c32
mmc: sdhci-acpi: Remove not so useful error message

First of all, this error message is just informative and doesn't prevent
driver from going on. Second, the ioremap() on many architectures just
works on page size granularity, which is higher than 256 bytes. Last,
but not lease, this is an impediment for furhter cleanups, hence remove
it.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Message-ID: <20241101101441.3518612-4-andriy.shevchenko@linux.intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-acpi.c