Re: [PATCH v2 04/22] spi: sh-msiof: Complete using dev in sh_msiof_spi_probe()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Geert

> Commit c4887bd4b35b225f ("spi: sh-msiof: use dev in
> sh_msiof_spi_probe()") forgot to convert one instance.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
> ---

Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx>

> v2:
>   - No changes.
> ---
>  drivers/spi/spi-sh-msiof.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/spi/spi-sh-msiof.c b/drivers/spi/spi-sh-msiof.c
> index cf93c2ca821f84fa..367622985fea2a04 100644
> --- a/drivers/spi/spi-sh-msiof.c
> +++ b/drivers/spi/spi-sh-msiof.c
> @@ -1332,7 +1332,7 @@ static int sh_msiof_spi_probe(struct platform_device *pdev)
>  		goto err1;
>  	}
>  
> -	ret = devm_request_irq(dev, i, sh_msiof_spi_irq, 0, dev_name(&pdev->dev), p);
> +	ret = devm_request_irq(dev, i, sh_msiof_spi_irq, 0, dev_name(dev), p);
>  	if (ret) {
>  		dev_err(dev, "unable to request irq\n");
>  		goto err1;
> -- 
> 2.43.0
> 
> 




[Index of Archives]     [Linux Samsung SOC]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux