OSDN Git Service

eeprom: at24: change nvmem stride to 1
authorDavid Lechner <david@lechnology.com>
Mon, 4 Dec 2017 01:54:41 +0000 (19:54 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Dec 2017 09:10:21 +0000 (10:10 +0100)
commit6e46e964e2978f64f30b89be2423093b43e77466
tree90f3bfc6697b8058f8d3c45bc9540f192467b571
parente48a17d115f84048294ae366ff6e9dd7c8c6cca4
eeprom: at24: change nvmem stride to 1

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