“978a6e5e9b2d64ac6c5007eb51846d852ece623a”上不存在“doc/v2/howto/optimization/gpu_profiling_en.rst”
提交 dce91ba3 编写于 作者: B Bartosz Golaszewski

eeprom: at24: modify a comment referring to platform data

We no longer have platform data in at24, so this comment is invalid.
Make it refer to device tree & properties instead.
Signed-off-by: NBartosz Golaszewski <bgolaszewski@baylibre.com>
Acked-by: NWolfram Sang <wsa@the-dreams.de>
上级 9ae9d9bf
...@@ -582,8 +582,8 @@ static int at24_probe(struct i2c_client *client) ...@@ -582,8 +582,8 @@ static int at24_probe(struct i2c_client *client)
if (err) if (err)
/* /*
* This is slow, but we can't know all eeproms, so we better * This is slow, but we can't know all eeproms, so we better
* play safe. Specifying custom eeprom-types via platform_data * play safe. Specifying custom eeprom-types via device tree
* is recommended anyhow. * or properties is recommended anyhow.
*/ */
page_size = 1; page_size = 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册