lkml.org 
[lkml]   [2019]   [Oct]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v3 31/32] mtd: spi-nor: Prepend "spi_nor_" to "sr2_bit7_quad_enable"
    Date
    From: Tudor Ambarus <tudor.ambarus@microchip.com>

    All SPI NOR generic methods should be prepended by "spi_nor_".

    Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
    ---
    drivers/mtd/spi-nor/spi-nor.c | 6 +++---
    1 file changed, 3 insertions(+), 3 deletions(-)

    diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c
    index 47d159959461..87660b101c98 100644
    --- a/drivers/mtd/spi-nor/spi-nor.c
    +++ b/drivers/mtd/spi-nor/spi-nor.c
    @@ -2129,7 +2129,7 @@ static int spi_nor_sr2_bit1_quad_enable(struct spi_nor *nor)
    }

    /**
    - * sr2_bit7_quad_enable() - set QE bit in Status Register 2.
    + * spi_nor_sr2_bit7_quad_enable() - set QE bit in Status Register 2.
    * @nor: pointer to a 'struct spi_nor'
    *
    * Set the Quad Enable (QE) bit in the Status Register 2.
    @@ -2140,7 +2140,7 @@ static int spi_nor_sr2_bit1_quad_enable(struct spi_nor *nor)
    *
    * Return: 0 on success, -errno otherwise.
    */
    -static int sr2_bit7_quad_enable(struct spi_nor *nor)
    +static int spi_nor_sr2_bit7_quad_enable(struct spi_nor *nor)
    {
    u8 *sr2 = nor->bouncebuf;
    int ret;
    @@ -3733,7 +3733,7 @@ static int spi_nor_parse_bfpt(struct spi_nor *nor,

    case BFPT_DWORD15_QER_SR2_BIT7:
    nor->flags &= ~SNOR_F_HAS_16BIT_SR;
    - params->quad_enable = sr2_bit7_quad_enable;
    + params->quad_enable = spi_nor_sr2_bit7_quad_enable;
    break;

    case BFPT_DWORD15_QER_SR2_BIT1:
    --
    2.9.5
    \
     
     \ /
      Last update: 2019-10-29 12:19    [W:4.053 / U:0.080 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site