提交 4e302c3b 编写于 作者: D Diego Santa Cruz 提交者: Bartosz Golaszewski

misc: eeprom: at24: fix NVMEM name with custom AT24 device name

When the "label" property is set on the AT24 EEPROM the NVMEM devid is
set to NVMEM_DEVID_NONE, but it is not effective since there is a
leftover line setting it back to NVMEM_DEVID_AUTO a few lines after.

Fixes: 61f764c3 ("eeprom: at24: Support custom device names for AT24 EEPROMs")
Signed-off-by: NDiego Santa Cruz <Diego.SantaCruz@spinetix.com>
Signed-off-by: NBartosz Golaszewski <bgolaszewski@baylibre.com>
上级 3650b228
......@@ -736,7 +736,6 @@ static int at24_probe(struct i2c_client *client)
nvmem_config.type = NVMEM_TYPE_EEPROM;
nvmem_config.dev = dev;
nvmem_config.id = NVMEM_DEVID_AUTO;
nvmem_config.read_only = !writable;
nvmem_config.root_only = !(flags & AT24_FLAG_IRUGO);
nvmem_config.owner = THIS_MODULE;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册