]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
spi: dw: Remove duplicate error message
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 28 Jan 2026 09:57:48 +0000 (10:57 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 28 Jan 2026 11:58:11 +0000 (11:58 +0000)
commit5c6808d10499f6c8a8d5ee948a22fc93814f6d66
tree20f925568952d7fb2517c1d62891583b4456e7a5
parent751ec6dd6773237bf480291ca894a696a2991c62
spi: dw: Remove duplicate error message

devm_platform_ioremap_resource() prints an error message depending on
the actual error. The caller doesn't need to repeat that.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://patch.msgid.link/20260128095748.4156926-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-dw-mmio.c