Tag: 8179bb2655b607d4c3e8cea10a60eb3cf8557b63

spi/spidev: 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/spidev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)   diff –git a/drivers/spi/spidev.c b/drivers/spi/spidev.c index 2e0655d..911e9e0 100644 — a/drivers/spi/spidev.c +++ b/drivers/spi/spidev.c @@ -603,7 +603,7 @@ static int spidev_probe(struct spi_device …

Lire la suite