Tag: e4d43781df4b7da0cb86987b25dfa425407a643c

spi/fsl: Use PTR_RET function

Author: Alexandru Gheorghiu <gheorghiuandru@gmail.com> Replaced calls to IS_ERR and PTR_ERR with PTR_RET function. Patch found using coccinelle. Signed-off-by: Alexandru Gheorghiu Signed-off-by: Mark Brown — drivers/spi/spi-fsl-spi.c | 4 +— 1 file changed, 1 insertion(+), 3 deletions(-)   diff –git a/drivers/spi/spi-fsl-spi.c b/drivers/spi/spi-fsl-spi.c index 086a9ee..1985ba3 100644 — a/drivers/spi/spi-fsl-spi.c +++ b/drivers/spi/spi-fsl-spi.c @@ -1134,9 +1134,7 @@ static int plat_mpc8xxx_spi_probe(struct platform_device …

Continue reading