mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
76aa3de709
Commitfeb2f19b1e("eeprom: at24: move platform data processing into a separate routine") introduced a bug where we incorrectly retireve the at24_chip_data structure. Remove the unnecessary ampersand operator. Fixes:feb2f19b1e("eeprom: at24: move platform data processing into a separate routine") Reported-by: Vadim Pasternak <vadimp@mellanox.com> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>