lkml.org 
[lkml]   [2017]   [Dec]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.14 039/178] eeprom: at24: change nvmem stride to 1
    Date
    4.14-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: David Lechner <david@lechnology.com>

    commit 7f6d2ecd3d7acaf205ea7b3e96f9ffc55b92298b upstream.

    Trying to read the MAC address from an eeprom that has an offset that
    is not a multiple of 4 causes an error currently.

    Fix it by changing the nvmem stride to 1.

    Signed-off-by: David Lechner <david@lechnology.com>
    [Bartosz: tweaked the commit message]
    Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    drivers/misc/eeprom/at24.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/drivers/misc/eeprom/at24.c
    +++ b/drivers/misc/eeprom/at24.c
    @@ -776,7 +776,7 @@ static int at24_probe(struct i2c_client
    at24->nvmem_config.reg_read = at24_read;
    at24->nvmem_config.reg_write = at24_write;
    at24->nvmem_config.priv = at24;
    - at24->nvmem_config.stride = 4;
    + at24->nvmem_config.stride = 1;
    at24->nvmem_config.word_size = 1;
    at24->nvmem_config.size = chip.byte_len;


    \
     
     \ /
      Last update: 2017-12-18 17:43    [W:4.097 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site