]> asedeno.scripts.mit.edu Git - linux.git/commit
spi: sh-hspi: Remove error messages on out-of-memory conditions
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 18 Jan 2019 14:11:05 +0000 (15:11 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 18 Jan 2019 18:20:16 +0000 (18:20 +0000)
commit88e7e0a8df1ff1ceac0a4b487e25860446bdbfb2
tree28173013b72684dd14d30a8642ae835c2035b3d7
parentf1b2c1c84f7f04d91749e1550f24510c6b6eac73
spi: sh-hspi: Remove error messages on out-of-memory conditions

There is no need to print an error message when memory allocations or
related operations fail, as the core will take care of that.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-sh-hspi.c