]> git.baikalelectronics.ru Git - kernel.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)
commit59314cb90fca1df59c3f15ba4037c74966b9e5c9
tree28173013b72684dd14d30a8642ae835c2035b3d7
parent5f4de3215f5f385a9b6f843c335b75ac8afbede6
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