[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1836a22dbff076d4f49095c9d59cb05f@walle.cc>
Date: Mon, 21 Mar 2022 23:14:07 +0100
From: Michael Walle <michael@...le.cc>
To: Tudor Ambarus <tudor.ambarus@...rochip.com>
Cc: p.yadav@...com, miquel.raynal@...tlin.com, richard@....at,
vigneshr@...com, linux-mtd@...ts.infradead.org,
linux-kernel@...r.kernel.org, nicolas.ferre@...rochip.com
Subject: Re: [PATCH v2 1/8] mtd: spi-nor: Rename method,
s/spi_nor_match_id/spi_nor_match_name
Am 2022-02-28 12:17, schrieb Tudor Ambarus:
> The method is matching a flash_info entry by searching by name. Rename
> the method for better clarity.
>
> Signed-off-by: Tudor Ambarus <tudor.ambarus@...rochip.com>
Reviewed-by: Michael Walle <michael@...le.cc>
> ---
> drivers/mtd/spi-nor/core.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/mtd/spi-nor/core.c b/drivers/mtd/spi-nor/core.c
> index 9014008e60b3..f3c359d03163 100644
> --- a/drivers/mtd/spi-nor/core.c
> +++ b/drivers/mtd/spi-nor/core.c
> @@ -2876,8 +2876,8 @@ void spi_nor_restore(struct spi_nor *nor)
> }
> EXPORT_SYMBOL_GPL(spi_nor_restore);
>
> -static const struct flash_info *spi_nor_match_id(struct spi_nor *nor,
> - const char *name)
> +static const struct flash_info *spi_nor_match_name(struct spi_nor
> *nor,
> + const char *name)
> {
> unsigned int i, j;
>
> @@ -2899,7 +2899,7 @@ static const struct flash_info
> *spi_nor_get_flash_info(struct spi_nor *nor,
> const struct flash_info *info = NULL;
>
> if (name)
> - info = spi_nor_match_id(nor, name);
> + info = spi_nor_match_name(nor, name);
> /* Try to auto-detect if chip name wasn't specified or not found */
> if (!info)
> info = spi_nor_read_id(nor);
--
-michael
Powered by blists - more mailing lists