Skip to content
Commit c36748ac authored by Jérôme Glisse's avatar Jérôme Glisse Committed by Bartosz Golaszewski
Browse files

misc: eeprom: at24: Always append device id even if label property is set.

We need to append device id even if eeprom have a label property set as some
platform can have multiple eeproms with same label and we can not register
each of those with same label. Failing to register those eeproms trigger
cascade failures on such platform (system is no longer working).

This fix regression on such platform introduced with 4e302c3b



Reported-by: default avatarAlexander Fomichev <fomichev.ru@gmail.com>
Fixes: 4e302c3b

 ("misc: eeprom: at24: fix NVMEM name with custom AT24 device name")
Cc: stable@vger.kernel.org
Signed-off-by: default avatarJérôme Glisse <jglisse@redhat.com>
Signed-off-by: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
parent 62fb9874
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment