[PATCH 1/2] mtd: lpddr: use mtd_device_register()

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

 



On Sat, 21 Jul 2018 13:55:09 +0200
Rafa? Mi?ecki <zajec5 at gmail.com> wrote:

> From: Rafa? Mi?ecki <rafal at milecki.pl>
> 
> This driver doesn't specify parsers so it can use that little helper.
> 
> Signed-off-by: Rafa? Mi?ecki <rafal at milecki.pl>

Applied this one to mtd/next.

> ---
>  drivers/mtd/lpddr/lpddr2_nvm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mtd/lpddr/lpddr2_nvm.c b/drivers/mtd/lpddr/lpddr2_nvm.c
> index 5d73db2a496d..c950c880ad59 100644
> --- a/drivers/mtd/lpddr/lpddr2_nvm.c
> +++ b/drivers/mtd/lpddr/lpddr2_nvm.c
> @@ -476,7 +476,7 @@ static int lpddr2_nvm_probe(struct platform_device *pdev)
>  		return -EINVAL;
>  	}
>  	/* Parse partitions and register the MTD device */
> -	return mtd_device_parse_register(mtd, NULL, NULL, NULL, 0);
> +	return mtd_device_register(mtd, NULL, 0);
>  }
>  
>  /*




[Index of Archives]     [LARTC]     [Bugtraq]     [Yosemite Forum]     [Photo]

  Powered by Linux