diff options
| -rw-r--r-- | drivers/spi/spi-fsl-lib.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/spi/spi-fsl-lib.c b/drivers/spi/spi-fsl-lib.c index 95212ea96c8d..e0b773fc29cb 100644 --- a/drivers/spi/spi-fsl-lib.c +++ b/drivers/spi/spi-fsl-lib.c @@ -196,7 +196,7 @@ int of_mpc8xxx_spi_probe(struct platform_device *ofdev)  	pinfo = devm_kzalloc(&ofdev->dev, sizeof(*pinfo), GFP_KERNEL);  	if (!pinfo) -		return -ENOMEM; +		return ret;  	pdata = &pinfo->pdata;  	dev->platform_data = pdata; | 
