commit | 644a1f19c6c8393d0c4168a5adf79056da6822eb | [log] [tgz] |
---|---|---|
author | Heiner Kallweit <hkallweit1@gmail.com> | Mon Nov 27 20:46:22 2017 +0100 |
committer | Bartosz Golaszewski <brgl@bgdev.pl> | Wed Nov 29 16:05:30 2017 +0100 |
tree | 879537696164e55bcf6a98631adf3ecdb1d9e948 | |
parent | 5478e478eee3b096b8d998d4ed445da30da2dfbc [diff] |
eeprom: at24: fix reading from 24MAC402/24MAC602 Chip datasheet mentions that word addresses other than the actual start position of the MAC delivers undefined results. So fix this. Current implementation doesn't work due to this wrong offset. Cc: stable@vger.kernel.org Fixes: 0b813658c115 ("eeprom: at24: add support for at24mac series") Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>