lkml.org 
[lkml]   [2008]   [Jul]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] spi-gpio: Fix returned error code
Date
This fixes the returned error code in case spi_new_device failed.

Reported-by: Torgil Svensson <torgil.svensson@gmail.com>
Signed-off-by: Michael Buesch <mb@bu3sch.de>


Index: linux-next/drivers/spi/spi_gpio.c
===================================================================
--- linux-next.orig/drivers/spi/spi_gpio.c 2008-07-26 14:16:32.000000000 +0200
+++ linux-next/drivers/spi/spi_gpio.c 2008-07-26 14:16:54.000000000 +0200
@@ -167,6 +167,7 @@ static int spi_gpio_probe(struct platfor
if (err)
goto err_bi_setup;
sp->bi.controller_data = sp;
+ err = -ENOMEM;
spidev = spi_new_device(master, &sp->bi);
if (!spidev)
goto err_new_dev;
--
Greetings Michael.


\
 
 \ /
  Last update: 2008-07-26 14:23    [W:0.067 / U:0.620 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site