mirror of https://gitee.com/openkylin/linux.git
i3c: master: no need to iterate master device twice
We already have the master device in a variable, reuse it. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Acked-by: Vitor Soares <vitor.soares@synopsys.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Link: https://lore.kernel.org/linux-i3c/20200214145853.24762-1-wsa+renesas@sang-engineering.com
This commit is contained in:
parent
bb6d3fb354
commit
de8964995c
|
@ -1953,7 +1953,7 @@ of_i3c_master_add_i2c_boardinfo(struct i3c_master_controller *master,
|
|||
* DEFSLVS command.
|
||||
*/
|
||||
if (boardinfo->base.flags & I2C_CLIENT_TEN) {
|
||||
dev_err(&master->dev, "I2C device with 10 bit address not supported.");
|
||||
dev_err(dev, "I2C device with 10 bit address not supported.");
|
||||
return -ENOTSUPP;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue