lkml.org 
[lkml]   [2015]   [Jul]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH] wlcore: sdio: return correct error code
Ping ?

2015-07-02 10:34 GMT+02:00 Raphael Poggi <poggi.raph@gmail.com>:
> When wlcore_probe_of failed, return the correct error code instead of ENOMEM
>
> Signed-off-by: Raphaël Poggi <poggi.raph@gmail.com>
> ---
> drivers/net/wireless/ti/wlcore/sdio.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/net/wireless/ti/wlcore/sdio.c b/drivers/net/wireless/ti/wlcore/sdio.c
> index ea7e07a..c172da5 100644
> --- a/drivers/net/wireless/ti/wlcore/sdio.c
> +++ b/drivers/net/wireless/ti/wlcore/sdio.c
> @@ -293,7 +293,8 @@ static int wl1271_probe(struct sdio_func *func,
> /* Use block mode for transferring over one block size of data */
> func->card->quirks |= MMC_QUIRK_BLKSZ_FOR_BYTE_MODE;
>
> - if (wlcore_probe_of(&func->dev, &irq, &pdev_data))
> + ret = wlcore_probe_of(&func->dev, &irq, &pdev_data);
> + if (ret)
> goto out_free_glue;
>
> /* if sdio can keep power while host is suspended, enable wow */
> --
> 2.1.0
>


\
 
 \ /
  Last update: 2015-07-16 11:21    [W:0.084 / U:0.300 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site